VpcBinderProps
Properties for defining a VpcBinder
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ots-vpcbinder
Initializer
import { VpcBinderProps } from '@alicloud/ros-cdk-ots'
const vpcBinderProps: VpcBinderProps = { ... }
Properties
Name | Type | Description |
---|---|---|
instanceName |
string | @alicloud/ros-cdk-core.IResolvable |
Property instanceName: Instance name. |
vpcs |
@alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | VpcsProperty[] |
Property vpcs: Vpc binding configuration. |
instanceName
Required
public readonly instanceName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property instanceName: Instance name.
vpcs
Required
public readonly vpcs: IResolvable | IResolvable | VpcsProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | VpcsProperty[]
Property vpcs: Vpc binding configuration.