| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecr |
Amazon ECR Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Repository.Builder |
Repository.Builder.create(software.constructs.Construct scope,
String id) |
Repository.Builder |
Repository.Builder.imageScanOnPush(Boolean imageScanOnPush)
(experimental) Enable the scan on push when creating the repository.
|
Repository.Builder |
Repository.Builder.imageTagMutability(TagMutability imageTagMutability)
(experimental) The tag mutability setting for the repository.
|
Repository.Builder |
Repository.Builder.lifecycleRegistryId(String lifecycleRegistryId)
(experimental) The AWS account ID associated with the registry that contains the repository.
|
Repository.Builder |
Repository.Builder.lifecycleRules(List<? extends LifecycleRule> lifecycleRules)
(experimental) Life cycle rules to apply to this registry.
|
Repository.Builder |
Repository.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Determine what happens to the repository when the resource/stack is deleted.
|
Repository.Builder |
Repository.Builder.repositoryName(String repositoryName)
(experimental) Name for this repository.
|
Copyright © 2021. All rights reserved.