aws-cdk-lib.aws_imagebuilder.CfnImagePipeline.ImageScanningConfigurationProperty

interface ImageScanningConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.ImageBuilder.CfnImagePipeline.ImageScanningConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsimagebuilder#CfnImagePipeline_ImageScanningConfigurationProperty
Javasoftware.amazon.awscdk.services.imagebuilder.CfnImagePipeline.ImageScanningConfigurationProperty
Pythonaws_cdk.aws_imagebuilder.CfnImagePipeline.ImageScanningConfigurationProperty
TypeScript aws-cdk-lib » aws_imagebuilder » CfnImagePipeline » 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.CfnImagePipeline.ImageScanningConfigurationProperty = {
  ecrConfiguration: {
    containerTags: ['containerTags'],
    repositoryName: 'repositoryName',
  },
  imageScanningEnabled: false,
};

Properties

NameTypeDescription
ecrConfiguration?IResolvable | EcrConfigurationPropertyCfnImagePipeline.ImageScanningConfigurationProperty.EcrConfiguration.
imageScanningEnabled?boolean | IResolvableCfnImagePipeline.ImageScanningConfigurationProperty.ImageScanningEnabled.

ecrConfiguration?

Type: IResolvable | EcrConfigurationProperty (optional)

CfnImagePipeline.ImageScanningConfigurationProperty.EcrConfiguration.


imageScanningEnabled?

Type: boolean | IResolvable (optional)

CfnImagePipeline.ImageScanningConfigurationProperty.ImageScanningEnabled.