Skip to content

ServerGroupsProperty

Initializer

import ros_cdk_ess
ros_cdk_ess.RosServerGroupAttachment.ServerGroupsProperty(
  port: typing.Union[typing.Union[int, float], IResolvable],
  server_group_id: typing.Union[str, IResolvable],
  type: typing.Union[str, IResolvable],
  weight: typing.Union[typing.Union[int, float], IResolvable]
)

Properties

Name Type Description
port typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] No description.
server_group_id typing.Union[str, ros_cdk_core.IResolvable] No description.
type typing.Union[str, ros_cdk_core.IResolvable] No description.
weight typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] No description.

portRequired

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

server_group_idRequired

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

typeRequired

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

weightRequired

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