AWS::ECR::SigningConfiguration - AWS CloudFormation

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.