Skip to content

EipsProperty

Initializer

import ros_cdk_vpc
ros_cdk_vpc.RosCommonBandwidthPackageIp.EipsProperty(
  allocation_id: typing.Union[str, IResolvable],
  bandwidth: typing.Union[typing.Union[int, float], IResolvable] = None
)

Properties

Name Type Description
allocation_id typing.Union[str, ros_cdk_core.IResolvable] No description.
bandwidth typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] No description.

allocation_idRequired

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

bandwidthOptional

bandwidth: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]