Skip to content

RosVpcBinderProps

Properties for defining a RosVpcBinder.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ots-vpcbinder

Initializer

import ros_cdk_ots
ros_cdk_ots.RosVpcBinderProps(
  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] No description.
vpcs typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, VpcsProperty]]] No description.

instance_nameRequired

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

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]]]