| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecr |
Amazon ECR Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default TagMutability |
RepositoryProps.getImageTagMutability()
The tag mutability setting for the repository.
|
TagMutability |
RepositoryProps.Jsii$Proxy.getImageTagMutability() |
static TagMutability |
TagMutability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagMutability[] |
TagMutability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryProps.Builder |
RepositoryProps.Builder.imageTagMutability(TagMutability imageTagMutability)
Sets the value of
RepositoryProps.getImageTagMutability() |
Repository.Builder |
Repository.Builder.imageTagMutability(TagMutability imageTagMutability)
The tag mutability setting for the repository.
|
Copyright © 2022. All rights reserved.