VpcBinderProps
Properties for defining a VpcBinder
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ots-vpcbinder
Initializer
import ros_cdk_ots
ros_cdk_ots.VpcBinderProps(
instance_name: typing.Union[str, IResolvable],
vpcs: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, VpcsProperty]]]
)
Properties
Name | Type | Description |
---|---|---|
instance_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property instanceName: Instance name. |
vpcs |
typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, VpcsProperty]]] |
Property vpcs: Vpc binding configuration. |
instance_name
Required
instance_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property instanceName: Instance name.
vpcs
Required
vpcs: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, VpcsProperty]]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, VpcsProperty]]]
Property vpcs: Vpc binding configuration.