Skip to content

CommonBandwidthPackageProps

Properties for defining a CommonBandwidthPackage.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-commonbandwidthpackage

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc/datasource"
&datasource.CommonBandwidthPackageProps {
    CommonBandwidthPackageId: interface{},
    CommonBandwidthPackageName: interface{},
    RefreshOptions: interface{},
}

Properties

Name Type Description
CommonBandwidthPackageId interface{} Property commonBandwidthPackageId: The ID of the Internet shared bandwidth.
CommonBandwidthPackageName interface{} Property commonBandwidthPackageName: The name of the Internet Shared Bandwidth instance.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

CommonBandwidthPackageIdOptional

CommonBandwidthPackageId interface{}
  • Type: interface{}

Property commonBandwidthPackageId: The ID of the Internet shared bandwidth.


CommonBandwidthPackageNameOptional

CommonBandwidthPackageName interface{}
  • Type: interface{}

Property commonBandwidthPackageName: The name of the Internet Shared Bandwidth instance.


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.