AWS::ECR::PullTimeUpdateExclusionThe ARN of the IAM principal to remove from the pull time update exclusion list.
1 configurable property. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
PrincipalArn | string | RequiredCreate-only |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ECR::PullTimeUpdateExclusion
Resources:
MyResource:
Type: AWS::ECR::PullTimeUpdateExclusion
Properties:
PrincipalArn: "arn:aws:service:region:account:resource"Permissions CloudFormation needs in your IAM role to manage this resource.
ecr:RegisterPullTimeUpdateExclusionecr:ListPullTimeUpdateExclusionsecr:ListPullTimeUpdateExclusionsecr:DeregisterPullTimeUpdateExclusionecr:ListPullTimeUpdateExclusionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterPrincipalArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
PrincipalArn