CommonBandwidthPackageProps
Properties for defining a CommonBandwidthPackage
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-commonbandwidthpackage
Initializer
from ros_cdk_vpc import datasource
datasource.CommonBandwidthPackageProps(
common_bandwidth_package_id: typing.Union[str, IResolvable] = None,
common_bandwidth_package_name: typing.Union[str, IResolvable] = None,
refresh_options: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
common_bandwidth_package_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property commonBandwidthPackageId: The ID of the Internet shared bandwidth. |
common_bandwidth_package_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property commonBandwidthPackageName: The name of the Internet Shared Bandwidth instance. |
refresh_options |
typing.Union[str, ros_cdk_core.IResolvable] |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
common_bandwidth_package_id
Optional
common_bandwidth_package_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property commonBandwidthPackageId: The ID of the Internet shared bandwidth.
common_bandwidth_package_name
Optional
common_bandwidth_package_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property commonBandwidthPackageName: The name of the Internet Shared Bandwidth instance.
refresh_options
Optional
refresh_options: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
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.