| Modifier and Type | Class and Description |
|---|---|
static class |
LifecycleRule.Jsii$Proxy
An implementation for
LifecycleRule |
| 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 |
|---|---|
Repository.Builder |
Repository.Builder.lifecycleRules(List<? extends LifecycleRule> lifecycleRules)
Life cycle rules to apply to this registry.
|
RepositoryProps.Builder |
RepositoryProps.Builder.lifecycleRules(List<? extends LifecycleRule> lifecycleRules)
Sets the value of
RepositoryProps.getLifecycleRules() |
| 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.