Show / Hide Table of Contents

Class CfnRegistryScanningConfigurationPropsMixin.RepositoryFilterProperty

The filter settings used with image replication.

Inheritance
object
CfnRegistryScanningConfigurationPropsMixin.RepositoryFilterProperty
Implements
CfnRegistryScanningConfigurationPropsMixin.IRepositoryFilterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-registryscanningconfiguration-repositoryfilter.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-registryscanningconfiguration-repositoryfilter.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-registryscanningconfiguration-repositoryfilter.html#cfn-ecr-registryscanningconfiguration-repositoryfilter-filter

FilterType

The type associated with the filter.

public string? FilterType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-registryscanningconfiguration-repositoryfilter.html#cfn-ecr-registryscanningconfiguration-repositoryfilter-filtertype

Implements

CfnRegistryScanningConfigurationPropsMixin.IRepositoryFilterProperty
Back to top Generated by DocFX