Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ecr-replicationconfiguration.json
Parent schema serverless-framework-configuration
Type: object

The AWS::ECR::ReplicationConfiguration resource configures the replication destinations for an Amazon Elastic Container Registry (Amazon Private ECR). For more information, see https://docs.aws.amazon.com/AmazonECR/latest/userguide/replication.html. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ecr.git

Properties

ReplicationConfiguration object required

An object representing the replication configuration for a registry.

1 nested properties
Rules ReplicationRule[] required

An array of objects representing the replication rules for a replication configuration. A replication configuration may contain a maximum of 10 rules.

minItems=0maxItems=10

Definitions

ReplicationConfiguration object

An object representing the replication configuration for a registry.

Rules ReplicationRule[] required

An array of objects representing the replication rules for a replication configuration. A replication configuration may contain a maximum of 10 rules.

minItems=0maxItems=10
ReplicationRule object

An array of objects representing the details of a replication destination.

Destinations ReplicationDestination[] required

An array of objects representing the details of a replication destination.

minItems=1maxItems=25
RepositoryFilters RepositoryFilter[]

An array of objects representing the details of a repository filter.

minItems=0maxItems=100
RepositoryFilter object

An array of objects representing the details of a repository filter.

Filter string | Aws_CF_FunctionString required

The repository filter to be applied for replication.

FilterType string | Aws_CF_FunctionString required

Type of repository filter

Filter string | Aws_CF_FunctionString

The repository filter to be applied for replication.

FilterType string | Aws_CF_FunctionString

Type of repository filter

ReplicationDestination object

An array of objects representing the details of a replication destination.

Region string | Aws_CF_FunctionString required

A Region to replicate to.

RegistryId string | Aws_CF_FunctionString required

The account ID of the destination registry to replicate to.

RegistryId string | Aws_CF_FunctionString

The account ID of the destination registry to replicate to.

Region string | Aws_CF_FunctionString

A Region to replicate to.