MaxCountRule
public struct MaxCountRule : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Set to true to delete a version’s source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.
Declaration
Swift
public let deleteSourceFromS3: Bool? -
Specify true to apply the rule, or false to disable it.
Declaration
Swift
public let enabled: Bool -
Specify the maximum number of application versions to retain.
Declaration
Swift
public let maxCount: Int? -
Undocumented
Declaration
Swift
public init(deleteSourceFromS3: Bool? = nil, enabled: Bool, maxCount: Int? = nil)
View on GitHub
MaxCountRule Structure Reference