BandwidthPackagesProps
Properties for defining a BandwidthPackages.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ga-bandwidthpackages
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkga/datasource"
&datasource.BandwidthPackagesProps {
    BandwidthPackageId: interface{},
    RefreshOptions: interface{},
    ResourceGroupId: interface{},
    Type: interface{},
}
Properties
| Name | Type | Description | 
|---|---|---|
BandwidthPackageId | 
interface{} | 
Property bandwidthPackageId: The Resource ID of the bandwidth. | 
RefreshOptions | 
interface{} | 
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. | 
ResourceGroupId | 
interface{} | 
Property resourceGroupId: The ID of the resource group. | 
Type | 
interface{} | 
Property type: The type of the bandwidth package. | 
BandwidthPackageIdOptional 
BandwidthPackageId interface{}
- Type: interface{}
 
Property bandwidthPackageId: The Resource ID of the bandwidth.
RefreshOptionsOptional 
RefreshOptions interface{}
- Type: interface{}
 
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
 - Always: Always refresh the datasource resource when the stack is updated. Default is Never.
 
ResourceGroupIdOptional 
ResourceGroupId interface{}
- Type: interface{}
 
Property resourceGroupId: The ID of the resource group.
TypeOptional 
Type interface{}
- Type: interface{}
 
Property type: The type of the bandwidth package.
Value: Basic: Basic bandwidth package. CrossDomain: cross-region acceleration package. China Station only supports Basic.