Skip to content

EndpointGroupsProps

Properties for defining a EndpointGroups.

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

Initializer

import { EndpointGroupsProps } from '@alicloud/ros-cdk-ga'
const endpointGroupsProps: EndpointGroupsProps = { ... }

Properties

Name Type Description
acceleratorId string | @alicloud/ros-cdk-core.IResolvable Property acceleratorId: The ID of the basic GA instance.
endpointGroupConfigurations @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | EndpointGroupConfigurationsProperty[] Property endpointGroupConfigurations: The configurations of the endpoint groups.
listenerId string | @alicloud/ros-cdk-core.IResolvable Property listenerId: The ID of the region to which the endpoint group belongs.

acceleratorIdRequired

public readonly acceleratorId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property acceleratorId: The ID of the basic GA instance.


endpointGroupConfigurationsRequired

public readonly endpointGroupConfigurations: IResolvable | IResolvable | EndpointGroupConfigurationsProperty[];

Property endpointGroupConfigurations: The configurations of the endpoint groups.


listenerIdRequired

public readonly listenerId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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