| 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 |
|---|---|
Repository.Builder |
Repository.Builder.imageTagMutability(TagMutability imageTagMutability)
The tag mutability setting for the repository.
|
RepositoryProps.Builder |
RepositoryProps.Builder.imageTagMutability(TagMutability imageTagMutability)
Sets the value of
RepositoryProps.getImageTagMutability() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean imageScanOnPush,
TagMutability imageTagMutability,
String lifecycleRegistryId,
List<? extends LifecycleRule> lifecycleRules,
RemovalPolicy removalPolicy,
String repositoryName)
Constructor that initializes the object based on literal property values passed by the
RepositoryProps.Builder. |
Copyright © 2021. All rights reserved.