AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The image scanning configuration for a repository.

Inheritance Hierarchy

System.Object
  Amazon.ECR.Model.ImageScanningConfiguration

Namespace: Amazon.ECR.Model
Assembly: AWSSDK.ECR.dll
Version: 3.x.y.z

Syntax

C#
public class ImageScanningConfiguration

The ImageScanningConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ScanOnPush System.Boolean

Gets and sets the property ScanOnPush.

The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the API_StartImageScan API.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5