AWS::ECR::SigningConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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.