AutoRollbackConfiguration
public struct AutoRollbackConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates whether a defined automatic rollback configuration is currently enabled.
Declaration
Swift
public let enabled: Bool? -
The event type or types that trigger a rollback.
Declaration
Swift
public let events: [AutoRollbackEvent]? -
Undocumented
Declaration
Swift
public init(enabled: Bool? = nil, events: [AutoRollbackEvent]? = nil)
View on GitHub
AutoRollbackConfiguration Structure Reference