ShutdownEventConfiguration

public struct ShutdownEventConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Whether to enable Elastic Load Balancing connection draining. For more information, see Connection Draining

    Declaration

    Swift

    public let delayUntilElbConnectionsDrained: Bool?
  • The time, in seconds, that AWS OpsWorks Stacks will wait after triggering a Shutdown event before shutting down an instance.

    Declaration

    Swift

    public let executionTimeout: Int?
  • Undocumented

    Declaration

    Swift

    public init(delayUntilElbConnectionsDrained: Bool? = nil, executionTimeout: Int? = nil)