aws.ecr.describe_registry
Example SQL Queries
SELECT * FROMaws.ecr.describe_registry;Description
Describes the settings for a registry. The replication configuration for a repository can be created or updated with the PutReplicationConfiguration API action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| registry_id The registry ID associated with the request. | VARCHAR |
| replication_configuration The replication configuration for the registry. | STRUCT( |
Show child fields
| |