| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
EcrConfiguration |
EcrConfiguration.clone() |
EcrConfiguration |
ImageScanningConfiguration.getEcrConfiguration()
Contains Amazon ECR settings for vulnerability scans.
|
EcrConfiguration |
EcrConfiguration.withContainerTags(Collection<String> containerTags)
Tags for Image Builder to apply to the output container image that &INS; scans.
|
EcrConfiguration |
EcrConfiguration.withContainerTags(String... containerTags)
Tags for Image Builder to apply to the output container image that &INS; scans.
|
EcrConfiguration |
EcrConfiguration.withRepositoryName(String repositoryName)
The name of the container repository that Amazon Inspector scans to identify findings for your container images.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageScanningConfiguration.setEcrConfiguration(EcrConfiguration ecrConfiguration)
Contains Amazon ECR settings for vulnerability scans.
|
ImageScanningConfiguration |
ImageScanningConfiguration.withEcrConfiguration(EcrConfiguration ecrConfiguration)
Contains Amazon ECR settings for vulnerability scans.
|
Copyright © 2023. All rights reserved.