CustomRoutingEndpointGroup class

A complex type for the endpoint group for a custom routing accelerator. An AWS Region can have only one endpoint group for a specific listener.

Constructors

CustomRoutingEndpointGroup({List<CustomRoutingDestinationDescription>? destinationDescriptions, List<CustomRoutingEndpointDescription>? endpointDescriptions, String? endpointGroupArn, String? endpointGroupRegion})
CustomRoutingEndpointGroup.fromJson(Map<String, dynamic> json)
factory

Properties

destinationDescriptions List<CustomRoutingDestinationDescription>?
For a custom routing accelerator, describes the port range and protocol for all endpoints (virtual private cloud subnets) in an endpoint group to accept client traffic on.
final
endpointDescriptions List<CustomRoutingEndpointDescription>?
For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an endpoint group to accept client traffic on.
final
endpointGroupArn String?
The Amazon Resource Name (ARN) of the endpoint group.
final
endpointGroupRegion String?
The AWS Region where the endpoint group is located.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited