AWS Fundamentals Logo
AWS Fundamentals
AWS::ECR::PullTimeUpdateExclusion

ECR PullTimeUpdateExclusion

The ARN of the IAM principal to remove from the pull time update exclusion list.

Properties

1 configurable property. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
PrincipalArn
string
RequiredCreate-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ecr:RegisterPullTimeUpdateExclusionecr:ListPullTimeUpdateExclusions

read

ecr:ListPullTimeUpdateExclusions

delete

ecr:DeregisterPullTimeUpdateExclusion

list

ecr:ListPullTimeUpdateExclusions

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceECR
Properties1
Required1
TaggingNot supported
Primary IDPrincipalArn

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

PrincipalArn

External Links