Skip to main content

repository_creation_templates_list_only

Lists repository_creation_templates in a region or regions, for all properties use repository_creation_templates

Overview

Namerepository_creation_templates_list_only
TypeResource
DescriptionAWS::ECR::RepositoryCreationTemplate is used to create repository with configuration from a pre-defined template.
Idaws.ecr.repository_creation_templates_list_only

Fields

NameDatatypeDescription
prefixstringThe prefix use to match the repository name and apply the template.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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