Interface CfnImage.EcrConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnImage.EcrConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnImage
@Stability(Stable)
public static interface CfnImage.EcrConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Settings that Image Builder uses to configure the ECR repository and the output container images that Amazon Inspector scans.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.imagebuilder.*; EcrConfigurationProperty ecrConfigurationProperty = EcrConfigurationProperty.builder() .containerTags(List.of("containerTags")) .repositoryName("repositoryName") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnImage.EcrConfigurationProperty
static final class
An implementation forCfnImage.EcrConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContainerTags
Tags for Image Builder to apply to the output container image that Amazon Inspector scans.Tags can help you identify and manage your scanned images.
- See Also:
-
getRepositoryName
The name of the container repository that Amazon Inspector scans to identify findings for your container images.The name includes the path for the repository location. If you don’t provide this information, Image Builder creates a repository in your account named
image-builder-image-scanning-repository
for vulnerability scans of your output container images.- See Also:
-
builder
-