RollbackConfiguration
public struct RollbackConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
Declaration
Swift
public let monitoringTimeInMinutes: Int? -
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
Declaration
Swift
public let rollbackTriggers: [RollbackTrigger]? -
Undocumented
Declaration
Swift
public init(monitoringTimeInMinutes: Int? = nil, rollbackTriggers: [RollbackTrigger]? = nil)
View on GitHub
RollbackConfiguration Structure Reference