AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ECR::SigningConfiguration

CfnSigningConfiguration

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

Import

import { CfnSigningConfiguration } from 'aws-cdk-lib/aws-ecr';

Or use the module namespace:

import * as ecr from 'aws-cdk-lib/aws-ecr';
// ecr.CfnSigningConfiguration

Properties

Configuration passed to the constructor as CfnSigningConfigurationProps.

rulesRequired
IResolvable | IResolvable | RuleProperty[]

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

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter