Skip to content

CenBandwidthPackageAssociationProps

Properties for defining a CenBandwidthPackageAssociation.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-cenbandwidthpackageassociation

Initializer

import ros_cdk_cen
ros_cdk_cen.CenBandwidthPackageAssociationProps(
  cen_bandwidth_package_id: typing.Union[str, IResolvable],
  cen_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
cen_bandwidth_package_id typing.Union[str, ros_cdk_core.IResolvable] Property cenBandwidthPackageId: The ID of the bandwidth package.
cen_id typing.Union[str, ros_cdk_core.IResolvable] Property cenId: The ID of the CEN instance.

cen_bandwidth_package_idRequired

cen_bandwidth_package_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property cenBandwidthPackageId: The ID of the bandwidth package.


cen_idRequired

cen_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property cenId: The ID of the CEN instance.