interface RegistryScanningConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ECR.RegistryScanningConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsecr#RegistryScanningConfigurationReference |
![]() | software.amazon.awscdk.services.ecr.RegistryScanningConfigurationReference |
![]() | aws_cdk.aws_ecr.RegistryScanningConfigurationReference |
![]() | aws-cdk-lib » aws_ecr » RegistryScanningConfigurationReference |
A reference to a RegistryScanningConfiguration resource.
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 registryScanningConfigurationReference: ecr.RegistryScanningConfigurationReference = {
registryId: 'registryId',
};
Properties
Name | Type | Description |
---|---|---|
registry | string | The RegistryId of the RegistryScanningConfiguration resource. |
registryId
Type:
string
The RegistryId of the RegistryScanningConfiguration resource.