interface IRegistryScanningConfigurationRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.ECR.IRegistryScanningConfigurationRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsecr#IRegistryScanningConfigurationRef | 
|  Java | software.amazon.awscdk.services.ecr.IRegistryScanningConfigurationRef | 
|  Python | aws_cdk.aws_ecr.IRegistryScanningConfigurationRef | 
|  TypeScript | aws-cdk-lib»aws_ecr»IRegistryScanningConfigurationRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a RegistryScanningConfiguration.
Properties
| Name | Type | Description | 
|---|---|---|
| node | Node | The tree node. | 
| registry | Registry | A reference to a RegistryScanningConfiguration resource. | 
node
Type:
Node
The tree node.
registryScanningConfigurationRef
Type:
Registry
A reference to a RegistryScanningConfiguration resource.
