Skip to content

EndpointGroupsProps

Properties for defining a EndpointGroups.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-endpointgroups

Initializer

import ros_cdk_ga
ros_cdk_ga.EndpointGroupsProps(
  accelerator_id: typing.Union[str, IResolvable],
  endpoint_group_configurations: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, EndpointGroupConfigurationsProperty]]],
  listener_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
accelerator_id typing.Union[str, ros_cdk_core.IResolvable] Property acceleratorId: The ID of the basic GA instance.
endpoint_group_configurations typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, EndpointGroupConfigurationsProperty]]] Property endpointGroupConfigurations: The configurations of the endpoint groups.
listener_id typing.Union[str, ros_cdk_core.IResolvable] Property listenerId: The ID of the region to which the endpoint group belongs.

accelerator_idRequired

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

Property acceleratorId: The ID of the basic GA instance.


endpoint_group_configurationsRequired

endpoint_group_configurations: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, EndpointGroupConfigurationsProperty]]]

Property endpointGroupConfigurations: The configurations of the endpoint groups.


listener_idRequired

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

Property listenerId: The ID of the region to which the endpoint group belongs.