AWS::ECR::PullTimeUpdateExclusionThe ARN of the IAM principal to remove from the pull time update exclusion list.
import { CfnPullTimeUpdateExclusion } from 'aws-cdk-lib/aws-ecr';Or use the module namespace:
import * as ecr from 'aws-cdk-lib/aws-ecr';
// ecr.CfnPullTimeUpdateExclusionConfiguration passed to the constructor as CfnPullTimeUpdateExclusionProps.
principalArnRequiredstringThe ARN of the IAM principal to remove from the pull time update exclusion list.
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::PullTimeUpdateExclusion