Skip to main content

replication_configurations

Retrieves a list of replication_configurations in a region

Overview

Namereplication_configurations
TypeResource
Descriptionreplication_configurations
Idawscc.ecr.replication_configurations

Fields

NameDatatypeDescription
registry_idstringThe RegistryId associated with the aws account.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
registry_id
FROM awscc.ecr.replication_configurations
WHERE region = 'us-east-1'

Permissions

To operate on the replication_configurations resource, the following permissions are required:

Create

ecr:DescribeRegistry,
ecr:PutReplicationConfiguration,
iam:CreateServiceLinkedRole

List

ecr:DescribeRegistry