Skip to content

VpcsProperty

Initializer

import ros_cdk_ots
ros_cdk_ots.RosVpcBinder.VpcsProperty(
  instance_vpc_name: typing.Union[str, IResolvable],
  network: typing.Union[str, IResolvable],
  virtual_switch_id: typing.Union[str, IResolvable],
  vpc_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
instance_vpc_name typing.Union[str, ros_cdk_core.IResolvable] No description.
network typing.Union[str, ros_cdk_core.IResolvable] No description.
virtual_switch_id typing.Union[str, ros_cdk_core.IResolvable] No description.
vpc_id typing.Union[str, ros_cdk_core.IResolvable] No description.

instance_vpc_nameRequired

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

networkRequired

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

virtual_switch_idRequired

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

vpc_idRequired

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