aws-cdk-lib.aws_imagebuilder.CfnImage.ImageScanningConfigurationProperty

interface ImageScanningConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.ImageBuilder.CfnImage.ImageScanningConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsimagebuilder#CfnImage_ImageScanningConfigurationProperty
Javasoftware.amazon.awscdk.services.imagebuilder.CfnImage.ImageScanningConfigurationProperty
Pythonaws_cdk.aws_imagebuilder.CfnImage.ImageScanningConfigurationProperty
TypeScript aws-cdk-lib » aws_imagebuilder » CfnImage » ImageScanningConfigurationProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_imagebuilder as imagebuilder } from 'aws-cdk-lib';
const imageScanningConfigurationProperty: imagebuilder.CfnImage.ImageScanningConfigurationProperty = {
  ecrConfiguration: {
    containerTags: ['containerTags'],
    repositoryName: 'repositoryName',
  },
  imageScanningEnabled: false,
};

Properties

NameTypeDescription
ecrConfiguration?IResolvable | EcrConfigurationPropertyCfnImage.ImageScanningConfigurationProperty.EcrConfiguration.
imageScanningEnabled?boolean | IResolvableCfnImage.ImageScanningConfigurationProperty.ImageScanningEnabled.

ecrConfiguration?

Type: IResolvable | EcrConfigurationProperty (optional)

CfnImage.ImageScanningConfigurationProperty.EcrConfiguration.


imageScanningEnabled?

Type: boolean | IResolvable (optional)

CfnImage.ImageScanningConfigurationProperty.ImageScanningEnabled.