PutImageTagMutabilityRequest
public struct PutImageTagMutabilityRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.
Declaration
Swift
public let imageTagMutability: ImageTagMutability
-
The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.
Declaration
Swift
public let registryId: String?
-
The name of the repository in which to update the image tag mutability settings.
Declaration
Swift
public let repositoryName: String
-
Undocumented
Declaration
Swift
public init(imageTagMutability: ImageTagMutability, registryId: String? = nil, repositoryName: String)
-
Declaration
Swift
public func validate(name: String) throws