AWS::ECR::SigningConfigurationThe AWS::ECR::SigningConfiguration resource creates or updates the signing configuration for an Amazon ECR registry.
1 configurable property. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Rules | Array<Rule> | Required |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
RegistryId | string | 12-digit AWS account ID of the ECR registry. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ECR::SigningConfiguration
Resources:
MyResource:
Type: AWS::ECR::SigningConfiguration
Properties:
Rules: []Permissions CloudFormation needs in your IAM role to manage this resource.
ecr:PutSigningConfigurationecr:GetSigningConfigurationecr:GetSigningConfigurationecr:PutSigningConfigurationecr:GetSigningConfigurationecr:DeleteSigningConfigurationecr:GetSigningConfigurationecr:GetSigningConfigurationOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterRegistryId