public static interface CfnImage.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 |
CfnImage.ImageScanningConfigurationProperty.Builder
A builder for
CfnImage.ImageScanningConfigurationProperty |
static class |
CfnImage.ImageScanningConfigurationProperty.Jsii$Proxy
An implementation for
CfnImage.ImageScanningConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnImage.ImageScanningConfigurationProperty.Builder |
builder() |
default java.lang.Object |
getEcrConfiguration()
`CfnImage.ImageScanningConfigurationProperty.EcrConfiguration`.
|
default java.lang.Object |
getImageScanningEnabled()
`CfnImage.ImageScanningConfigurationProperty.ImageScanningEnabled`.
|
default java.lang.Object getEcrConfiguration()
default java.lang.Object getImageScanningEnabled()
static CfnImage.ImageScanningConfigurationProperty.Builder builder()