EndpointGroup constructor

EndpointGroup({
  1. List<EndpointDescription>? endpointDescriptions,
  2. String? endpointGroupArn,
  3. String? endpointGroupRegion,
  4. int? healthCheckIntervalSeconds,
  5. String? healthCheckPath,
  6. int? healthCheckPort,
  7. HealthCheckProtocol? healthCheckProtocol,
  8. List<PortOverride>? portOverrides,
  9. int? thresholdCount,
  10. double? trafficDialPercentage,
})

Implementation

EndpointGroup({
  this.endpointDescriptions,
  this.endpointGroupArn,
  this.endpointGroupRegion,
  this.healthCheckIntervalSeconds,
  this.healthCheckPath,
  this.healthCheckPort,
  this.healthCheckProtocol,
  this.portOverrides,
  this.thresholdCount,
  this.trafficDialPercentage,
});