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 | AWS::ECR::RepositoryCreationTemplate is used to create repository with configuration from a pre-defined template. |
| Id | aws.ecr.repository_creation_templates_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
prefix | string | The prefix use to match the repository name and apply the 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 aws.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