UpdateHealthCheckRequest constructor

UpdateHealthCheckRequest({
  1. required String healthCheckId,
  2. AlarmIdentifier? alarmIdentifier,
  3. List<String>? childHealthChecks,
  4. bool? disabled,
  5. bool? enableSNI,
  6. int? failureThreshold,
  7. String? fullyQualifiedDomainName,
  8. int? healthCheckVersion,
  9. int? healthThreshold,
  10. String? iPAddress,
  11. InsufficientDataHealthStatus? insufficientDataHealthStatus,
  12. bool? inverted,
  13. int? port,
  14. List<HealthCheckRegion>? regions,
  15. List<ResettableElementName>? resetElements,
  16. String? resourcePath,
  17. String? searchString,
})

Implementation

UpdateHealthCheckRequest({
  required this.healthCheckId,
  this.alarmIdentifier,
  this.childHealthChecks,
  this.disabled,
  this.enableSNI,
  this.failureThreshold,
  this.fullyQualifiedDomainName,
  this.healthCheckVersion,
  this.healthThreshold,
  this.iPAddress,
  this.insufficientDataHealthStatus,
  this.inverted,
  this.port,
  this.regions,
  this.resetElements,
  this.resourcePath,
  this.searchString,
});