CommonBandwidthPackageProps
Properties for defining a CommonBandwidthPackage
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-commonbandwidthpackage
Initializer
import { datasource } from '@alicloud/ros-cdk-vpc'
const commonBandwidthPackageProps: datasource.CommonBandwidthPackageProps = { ... }
Properties
Name | Type | Description |
---|---|---|
commonBandwidthPackageId |
string | @alicloud/ros-cdk-core.IResolvable |
Property commonBandwidthPackageId: The ID of the Internet shared bandwidth. |
commonBandwidthPackageName |
string | @alicloud/ros-cdk-core.IResolvable |
Property commonBandwidthPackageName: The name of the Internet Shared Bandwidth instance. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
commonBandwidthPackageId
Optional
public readonly commonBandwidthPackageId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property commonBandwidthPackageId: The ID of the Internet shared bandwidth.
commonBandwidthPackageName
Optional
public readonly commonBandwidthPackageName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property commonBandwidthPackageName: The name of the Internet Shared Bandwidth instance.
refreshOptions
Optional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/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.