AWS::ECR::RegistryScanningConfigurationThe scanning configuration for a private registry.
import { CfnRegistryScanningConfiguration } from 'aws-cdk-lib/aws-ecr';Or use the module namespace:
import * as ecr from 'aws-cdk-lib/aws-ecr';
// ecr.CfnRegistryScanningConfigurationConfiguration passed to the constructor as CfnRegistryScanningConfigurationProps.
rulesRequiredIResolvable | IResolvable | ScanningRuleProperty[]The scanning rules associated with the registry.
scanTypeRequiredstringThe type of scanning configured for the registry.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-ecrAWS::ECR::RegistryScanningConfiguration