interface RepositoryFilterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ECR.CfnRegistryScanningConfiguration.RepositoryFilterProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsecr#CfnRegistryScanningConfiguration_RepositoryFilterProperty |
![]() | software.amazon.awscdk.services.ecr.CfnRegistryScanningConfiguration.RepositoryFilterProperty |
![]() | aws_cdk.aws_ecr.CfnRegistryScanningConfiguration.RepositoryFilterProperty |
![]() | aws-cdk-lib » aws_ecr » CfnRegistryScanningConfiguration » RepositoryFilterProperty |
The filter settings used with image replication.
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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ecr as ecr } from 'aws-cdk-lib';
const repositoryFilterProperty: ecr.CfnRegistryScanningConfiguration.RepositoryFilterProperty = {
filter: 'filter',
filterType: 'filterType',
};
Properties
Name | Type | Description |
---|---|---|
filter | string | The filter to use when scanning. |
filter | string | The type associated with the filter. |
filter
Type:
string
The filter to use when scanning.
filterType
Type:
string
The type associated with the filter.