Class CfnRegistryScanningConfigurationPropsMixin.RepositoryFilterProperty
The filter settings used with image replication.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ECR
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnRegistryScanningConfigurationPropsMixin.RepositoryFilterProperty : CfnRegistryScanningConfigurationPropsMixin.IRepositoryFilterProperty
Syntax (vb)
Public Class CfnRegistryScanningConfigurationPropsMixin.RepositoryFilterProperty Implements CfnRegistryScanningConfigurationPropsMixin.IRepositoryFilterProperty
Remarks
Specifying a repository filter to a replication rule provides a method for controlling which repositories in a private registry are replicated. If no filters are added, the contents of all repositories are replicated.
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.CfnPropertyMixins.AWS.ECR;
var repositoryFilterProperty = new RepositoryFilterProperty {
Filter = "filter",
FilterType = "filterType"
};
Synopsis
Constructors
| RepositoryFilterProperty() | The filter settings used with image replication. |
Properties
| Filter | The filter to use when scanning. |
| FilterType | The type associated with the filter. |
Constructors
RepositoryFilterProperty()
The filter settings used with image replication.
public RepositoryFilterProperty()
Remarks
Specifying a repository filter to a replication rule provides a method for controlling which repositories in a private registry are replicated. If no filters are added, the contents of all repositories are replicated.
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.CfnPropertyMixins.AWS.ECR;
var repositoryFilterProperty = new RepositoryFilterProperty {
Filter = "filter",
FilterType = "filterType"
};
Properties
Filter
The filter to use when scanning.
public string? Filter { get; set; }
Property Value
Remarks
FilterType
The type associated with the filter.
public string? FilterType { get; set; }