public static interface CfnImagePipeline.ImageScanningConfigurationProperty
// 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.*; ImageScanningConfigurationProperty imageScanningConfigurationProperty = ImageScanningConfigurationProperty.builder() .ecrConfiguration(EcrConfigurationProperty.builder() .containerTags(List.of("containerTags")) .repositoryName("repositoryName") .build()) .imageScanningEnabled(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnImagePipeline.ImageScanningConfigurationProperty.Builder
A builder for
CfnImagePipeline.ImageScanningConfigurationProperty |
static class |
CfnImagePipeline.ImageScanningConfigurationProperty.Jsii$Proxy
An implementation for
CfnImagePipeline.ImageScanningConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnImagePipeline.ImageScanningConfigurationProperty.Builder |
builder() |
default java.lang.Object |
getEcrConfiguration()
`CfnImagePipeline.ImageScanningConfigurationProperty.EcrConfiguration`.
|
default java.lang.Object |
getImageScanningEnabled()
`CfnImagePipeline.ImageScanningConfigurationProperty.ImageScanningEnabled`.
|
default java.lang.Object getEcrConfiguration()
default java.lang.Object getImageScanningEnabled()