Skip to content

ZoneVpcBinderProps

Properties for defining a ZoneVpcBinder.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pvtz-zonevpcbinder

Initializer

import { ZoneVpcBinderProps } from '@alicloud/ros-cdk-pvtz'
const zoneVpcBinderProps: ZoneVpcBinderProps = { ... }

Properties

Name Type Description
vpcs @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | VpcsProperty[] Property vpcs:.
zoneId string | @alicloud/ros-cdk-core.IResolvable Property zoneId: Zone Id.

vpcsRequired

public readonly vpcs: IResolvable | IResolvable | VpcsProperty[];
  • Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | VpcsProperty[]

Property vpcs:.


zoneIdRequired

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

Property zoneId: Zone Id.