HealthCheckConfig constructor

HealthCheckConfig({
  1. required HealthCheckType type,
  2. AlarmIdentifier? alarmIdentifier,
  3. List<String>? childHealthChecks,
  4. bool? disabled,
  5. bool? enableSNI,
  6. int? failureThreshold,
  7. String? fullyQualifiedDomainName,
  8. int? healthThreshold,
  9. String? iPAddress,
  10. InsufficientDataHealthStatus? insufficientDataHealthStatus,
  11. bool? inverted,
  12. bool? measureLatency,
  13. int? port,
  14. List<HealthCheckRegion>? regions,
  15. int? requestInterval,
  16. String? resourcePath,
  17. 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,
});