ApplicationVersionLifecycleConfig
public struct ApplicationVersionLifecycleConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specify a max age rule to restrict the length of time that application versions are retained for an application.
Declaration
Swift
public let maxAgeRule: MaxAgeRule? -
Specify a max count rule to restrict the number of application versions that are retained for an application.
Declaration
Swift
public let maxCountRule: MaxCountRule? -
Undocumented
Declaration
Swift
public init(maxAgeRule: MaxAgeRule? = nil, maxCountRule: MaxCountRule? = nil)
View on GitHub
ApplicationVersionLifecycleConfig Structure Reference