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. |
acceleratorId
Required
public readonly acceleratorId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property acceleratorId: The ID of the basic GA instance.
endpointGroupConfigurations
Required
public readonly endpointGroupConfigurations: IResolvable | IResolvable | EndpointGroupConfigurationsProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | EndpointGroupConfigurationsProperty[]
Property endpointGroupConfigurations: The configurations of the endpoint groups.
listenerId
Required
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.