Skip to content

BandwidthPackageAcceleratorAdditionProps

Properties for defining a BandwidthPackageAcceleratorAddition.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-bandwidthpackageacceleratoraddition

Initializer

import { BandwidthPackageAcceleratorAdditionProps } from '@alicloud/ros-cdk-ga'
const bandwidthPackageAcceleratorAdditionProps: BandwidthPackageAcceleratorAdditionProps = { ... }

Properties

Name Type Description
acceleratorId string | @alicloud/ros-cdk-core.IResolvable Property acceleratorId: The ID of the Global Accelerator instance with which you want to associate the bandwidth plan.
bandwidthPackageId string | @alicloud/ros-cdk-core.IResolvable Property bandwidthPackageId: The ID of the bandwidth package to associate.

acceleratorIdRequired

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

Property acceleratorId: The ID of the Global Accelerator instance with which you want to associate the bandwidth plan.


bandwidthPackageIdRequired

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

Property bandwidthPackageId: The ID of the bandwidth package to associate.