| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecr |
Amazon ECR Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static LifecycleRule.Builder |
LifecycleRule.builder() |
LifecycleRule.Builder |
LifecycleRule.Builder.description(String description)
Sets the value of
LifecycleRule.getDescription() |
LifecycleRule.Builder |
LifecycleRule.Builder.maxImageAge(Duration maxImageAge)
Sets the value of
LifecycleRule.getMaxImageAge() |
LifecycleRule.Builder |
LifecycleRule.Builder.maxImageCount(Number maxImageCount)
Sets the value of
LifecycleRule.getMaxImageCount() |
LifecycleRule.Builder |
LifecycleRule.Builder.rulePriority(Number rulePriority)
Sets the value of
LifecycleRule.getRulePriority() |
LifecycleRule.Builder |
LifecycleRule.Builder.tagPrefixList(List<String> tagPrefixList)
Sets the value of
LifecycleRule.getTagPrefixList() |
LifecycleRule.Builder |
LifecycleRule.Builder.tagStatus(TagStatus tagStatus)
Sets the value of
LifecycleRule.getTagStatus() |
| Constructor and Description |
|---|
Jsii$Proxy(LifecycleRule.Builder builder)
Constructor that initializes the object based on literal property values passed by the
LifecycleRule.Builder. |
Copyright © 2022. All rights reserved.