CustomRoutingEndpointGroup constructor

CustomRoutingEndpointGroup({
  1. List<CustomRoutingDestinationDescription>? destinationDescriptions,
  2. List<CustomRoutingEndpointDescription>? endpointDescriptions,
  3. String? endpointGroupArn,
  4. String? endpointGroupRegion,
})

Implementation

CustomRoutingEndpointGroup({
  this.destinationDescriptions,
  this.endpointDescriptions,
  this.endpointGroupArn,
  this.endpointGroupRegion,
});