AWS::ECR::SigningConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ECR::SigningConfiguration

The signing configuration for a registry, which specifies rules for automatically signing images when pushed.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::ECR::SigningConfiguration", "Properties" : { "Rules" : [ Rule, ... ] } }

YAML

Type: AWS::ECR::SigningConfiguration Properties: Rules: - Rule

Properties

Rules

A list of signing rules. Each rule defines a signing profile and optional repository filters that determine which images are automatically signed.

Required: Yes

Type: Array of Rule

Minimum: 0

Maximum: 50

Update requires: No interruption

Return values

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

RegistryId

The account ID of the destination registry.