Skip to content

CommonBandwidthPackagesProps

Properties for defining a CommonBandwidthPackages.

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

Initializer

import { datasource } from '@alicloud/ros-cdk-vpc'
const commonBandwidthPackagesProps: datasource.CommonBandwidthPackagesProps = { ... }

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.
resourceGroupId string | @alicloud/ros-cdk-core.IResolvable Property resourceGroupId: The ID of the resource group.

commonBandwidthPackageIdOptional

public readonly commonBandwidthPackageId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property commonBandwidthPackageId: The ID of the Internet shared bandwidth.


commonBandwidthPackageNameOptional

public readonly commonBandwidthPackageName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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


refreshOptionsOptional

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.


resourceGroupIdOptional

public readonly resourceGroupId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property resourceGroupId: The ID of the resource group.