repository_creation_templates_list_only
Lists repository_creation_templates in a region or regions, for all properties use repository_creation_templates
Overview
| Name | repository_creation_templates_list_only |
| Type | Resource |
| Description | The details of the repository creation template associated with the request. |
| Id | awscc.ecr.repository_creation_templates_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
prefix | string | The repository namespace prefix associated with the repository creation template. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all repository_creation_templates in a region.
SELECT
region,
prefix
FROM awscc.ecr.repository_creation_templates_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the repository_creation_templates_list_only resource, see repository_creation_templates