ContainerServiceHealthCheckConfig constructor
ContainerServiceHealthCheckConfig({})
Implementation
ContainerServiceHealthCheckConfig({
this.healthyThreshold,
this.intervalSeconds,
this.path,
this.successCodes,
this.timeoutSeconds,
this.unhealthyThreshold,
});