EndpointGroup constructor
EndpointGroup({
- List<
EndpointDescription> ? endpointDescriptions, - String? endpointGroupArn,
- String? endpointGroupRegion,
- int? healthCheckIntervalSeconds,
- String? healthCheckPath,
- int? healthCheckPort,
- HealthCheckProtocol? healthCheckProtocol,
- List<
PortOverride> ? portOverrides, - int? thresholdCount,
- double? trafficDialPercentage,
Implementation
EndpointGroup({
this.endpointDescriptions,
this.endpointGroupArn,
this.endpointGroupRegion,
this.healthCheckIntervalSeconds,
this.healthCheckPath,
this.healthCheckPort,
this.healthCheckProtocol,
this.portOverrides,
this.thresholdCount,
this.trafficDialPercentage,
});