Interface CfnImagePipeline.IImageScanningConfigurationProperty
Contains settings for Image Builder image resource and container image scans.
Namespace: Amazon.CDK.AWS.ImageBuilder
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IImageScanningConfigurationProperty
Syntax (vb)
Public Interface IImageScanningConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ImageBuilder;
var imageScanningConfigurationProperty = new ImageScanningConfigurationProperty {
EcrConfiguration = new EcrConfigurationProperty {
ContainerTags = new [] { "containerTags" },
RepositoryName = "repositoryName"
},
ImageScanningEnabled = false
};
Synopsis
Properties
Ecr |
Contains Amazon ECR settings for vulnerability scans. |
Image |
A setting that indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image. |
Properties
EcrConfiguration
Contains Amazon ECR settings for vulnerability scans.
virtual object EcrConfiguration { get; }
Property Value
System.
Remarks
ImageScanningEnabled
A setting that indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.
virtual object ImageScanningEnabled { get; }
Property Value
System.