UpdateInstanceCustomHealthStatusRequest

public struct UpdateInstanceCustomHealthStatusRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the instance that you want to change the health status for.

    Declaration

    Swift

    public let instanceId: String
  • The ID of the service that includes the configuration for the custom health check that you want to change the status for.

    Declaration

    Swift

    public let serviceId: String
  • The new status of the instance, HEALTHY or UNHEALTHY.

    Declaration

    Swift

    public let status: CustomHealthStatus
  • Undocumented

    Declaration

    Swift

    public init(instanceId: String, serviceId: String, status: CustomHealthStatus)
  • Declaration

    Swift

    public func validate(name: String) throws