BasicAccelerateIpProps
Properties for defining a BasicAccelerateIp
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-basicaccelerateip
Initializer
import { BasicAccelerateIpProps } from '@alicloud/ros-cdk-ga'
const basicAccelerateIpProps: BasicAccelerateIpProps = { ... }
Properties
Name | Type | Description |
---|---|---|
acceleratorId |
string | @alicloud/ros-cdk-core.IResolvable |
Property acceleratorId: The ID of the basic GA instance. |
ipSetId |
string | @alicloud/ros-cdk-core.IResolvable |
Property ipSetId: The ID of the acceleration region. |
acceleratorId
Required
public readonly acceleratorId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property acceleratorId: The ID of the basic GA instance.
ipSetId
Required
public readonly ipSetId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property ipSetId: The ID of the acceleration region.