interface ImageScanningConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ImageBuilder.CfnImage.ImageScanningConfigurationProperty |
![]() | software.amazon.awscdk.services.imagebuilder.CfnImage.ImageScanningConfigurationProperty |
![]() | aws_cdk.aws_imagebuilder.CfnImage.ImageScanningConfigurationProperty |
![]() | @aws-cdk/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 * as imagebuilder from '@aws-cdk/aws-imagebuilder';
const imageScanningConfigurationProperty: imagebuilder.CfnImage.ImageScanningConfigurationProperty = {
ecrConfiguration: {
containerTags: ['containerTags'],
repositoryName: 'repositoryName',
},
imageScanningEnabled: false,
};
Properties
Name | Type | Description |
---|---|---|
ecr | IResolvable | Ecr | CfnImage.ImageScanningConfigurationProperty.EcrConfiguration . |
image | boolean | IResolvable | CfnImage.ImageScanningConfigurationProperty.ImageScanningEnabled . |
ecrConfiguration?
Type:
IResolvable
|
Ecr
(optional)
CfnImage.ImageScanningConfigurationProperty.EcrConfiguration
.
imageScanningEnabled?
Type:
boolean |
IResolvable
(optional)
CfnImage.ImageScanningConfigurationProperty.ImageScanningEnabled
.