| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecr |
Amazon ECR Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default TagStatus |
LifecycleRule.getTagStatus()
(experimental) Select images based on tags.
|
TagStatus |
LifecycleRule.Jsii$Proxy.getTagStatus() |
static TagStatus |
TagStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagStatus[] |
TagStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleRule.Builder |
LifecycleRule.Builder.tagStatus(TagStatus tagStatus)
Sets the value of
LifecycleRule.getTagStatus() |
| Constructor and Description |
|---|
Jsii$Proxy(String description,
Duration maxImageAge,
Number maxImageCount,
Number rulePriority,
List<String> tagPrefixList,
TagStatus tagStatus)
Constructor that initializes the object based on literal property values passed by the
LifecycleRule.Builder. |
Copyright © 2021. All rights reserved.