SingleInstanceHealth

public struct SingleInstanceHealth : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Request metrics from your application.

    Declaration

    Swift

    public let applicationMetrics: ApplicationMetrics?
  • The availability zone in which the instance runs.

    Declaration

    Swift

    public let availabilityZone: String?
  • Represents the causes, which provide more information about the current health status.

    Declaration

    Swift

    public let causes: [String]?
  • Represents the color indicator that gives you information about the health of the EC2 instance. For more information, see Health Colors and Statuses.

    Declaration

    Swift

    public let color: String?
  • Information about the most recent deployment to an instance.

    Declaration

    Swift

    public let deployment: Deployment?
  • Returns the health status of the specified instance. For more information, see Health Colors and Statuses.

    Declaration

    Swift

    public let healthStatus: String?
  • The ID of the Amazon EC2 instance.

    Declaration

    Swift

    public let instanceId: String?
  • The instance’s type.

    Declaration

    Swift

    public let instanceType: String?
  • The time at which the EC2 instance was launched.

    Declaration

    Swift

    public let launchedAt: TimeStamp?
  • Operating system metrics from the instance.

    Declaration

    Swift

    public let system: SystemStatus?
  • Undocumented

    Declaration

    Swift

    public init(applicationMetrics: ApplicationMetrics? = nil, availabilityZone: String? = nil, causes: [String]? = nil, color: String? = nil, deployment: Deployment? = nil, healthStatus: String? = nil, instanceId: String? = nil, instanceType: String? = nil, launchedAt: TimeStamp? = nil, system: SystemStatus? = nil)