HealthCheckObservation

public struct HealthCheckObservation : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

    Declaration

    Swift

    public let iPAddress: String?
  • The region of the Amazon Route 53 health checker that provided the status in StatusReport.

    Declaration

    Swift

    public let region: HealthCheckRegion?
  • A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.

    Declaration

    Swift

    public let statusReport: StatusReport?
  • Undocumented

    Declaration

    Swift

    public init(iPAddress: String? = nil, region: HealthCheckRegion? = nil, statusReport: StatusReport? = nil)