Skip to content

CenBandwidthPackageAssociationProps

Properties for defining a CenBandwidthPackageAssociation.

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

Initializer

import { CenBandwidthPackageAssociationProps } from '@alicloud/ros-cdk-cen'
const cenBandwidthPackageAssociationProps: CenBandwidthPackageAssociationProps = { ... }

Properties

Name Type Description
cenBandwidthPackageId string | @alicloud/ros-cdk-core.IResolvable Property cenBandwidthPackageId: The ID of the bandwidth package.
cenId string | @alicloud/ros-cdk-core.IResolvable Property cenId: The ID of the CEN instance.

cenBandwidthPackageIdRequired

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

Property cenBandwidthPackageId: The ID of the bandwidth package.


cenIdRequired

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

Property cenId: The ID of the CEN instance.