StartLifecyclePolicyPreviewRequest
public struct StartLifecyclePolicyPreviewRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.
Declaration
Swift
public let lifecyclePolicyText: String? -
The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
Declaration
Swift
public let registryId: String? -
The name of the repository to be evaluated.
Declaration
Swift
public let repositoryName: String -
Undocumented
Declaration
Swift
public init(lifecyclePolicyText: String? = nil, registryId: String? = nil, repositoryName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
StartLifecyclePolicyPreviewRequest Structure Reference