CustomRoutingEndpointGroup constructor
CustomRoutingEndpointGroup({
- List<
CustomRoutingDestinationDescription> ? destinationDescriptions, - List<
CustomRoutingEndpointDescription> ? endpointDescriptions, - String? endpointGroupArn,
- String? endpointGroupRegion,
Implementation
CustomRoutingEndpointGroup({
this.destinationDescriptions,
this.endpointDescriptions,
this.endpointGroupArn,
this.endpointGroupRegion,
});