HealthCheckConfig constructor
HealthCheckConfig({
- required HealthCheckType type,
- AlarmIdentifier? alarmIdentifier,
- List<
String> ? childHealthChecks, - bool? disabled,
- bool? enableSNI,
- int? failureThreshold,
- String? fullyQualifiedDomainName,
- int? healthThreshold,
- String? iPAddress,
- InsufficientDataHealthStatus? insufficientDataHealthStatus,
- bool? inverted,
- bool? measureLatency,
- int? port,
- List<
HealthCheckRegion> ? regions, - int? requestInterval,
- String? resourcePath,
- String? searchString,
Implementation
HealthCheckConfig({
required this.type,
this.alarmIdentifier,
this.childHealthChecks,
this.disabled,
this.enableSNI,
this.failureThreshold,
this.fullyQualifiedDomainName,
this.healthThreshold,
this.iPAddress,
this.insufficientDataHealthStatus,
this.inverted,
this.measureLatency,
this.port,
this.regions,
this.requestInterval,
this.resourcePath,
this.searchString,
});