AWS Fundamentals Logo
AWS Fundamentals
AWS::ECR::SigningConfiguration

ECR SigningConfiguration

The AWS::ECR::SigningConfiguration resource creates or updates the signing configuration for an Amazon ECR registry.

Properties

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

Filter:
PropertyTypeFlags
Rules
Array<Rule>
Required

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
RegistryIdstring12-digit AWS account ID of the ECR registry.

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::SigningConfiguration

Resources:
  MyResource:
    Type: AWS::ECR::SigningConfiguration
    Properties:
      Rules: []

Required IAM Permissions

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

create

ecr:PutSigningConfigurationecr:GetSigningConfiguration

read

ecr:GetSigningConfiguration

update

ecr:PutSigningConfigurationecr:GetSigningConfiguration

delete

ecr:DeleteSigningConfigurationecr:GetSigningConfiguration

list

ecr:GetSigningConfiguration

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
Properties2
Required1
TaggingNot supported
Primary IDRegistryId

Supported Operations

CreateReadUpdateDeleteList

External Links