Skip to content

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_nameRequired

instance_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property instanceName: Instance name.


vpcsRequired

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.