| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecr |
Amazon ECR Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleRule |
LifecycleRule.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<LifecycleRule> |
RepositoryProps.getLifecycleRules()
Life cycle rules to apply to this registry.
|
List<LifecycleRule> |
RepositoryProps.Jsii$Proxy.getLifecycleRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.addLifecycleRule(LifecycleRule rule)
Add a life cycle rule to the repository.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryProps.Builder |
RepositoryProps.Builder.lifecycleRules(List<? extends LifecycleRule> lifecycleRules)
Sets the value of
RepositoryProps.getLifecycleRules() |
Repository.Builder |
Repository.Builder.lifecycleRules(List<? extends LifecycleRule> lifecycleRules)
Life cycle rules to apply to this registry.
|
Copyright © 2022. All rights reserved.