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. |
description | string | The description of the template. |
image_tag_mutability | string | The image tag mutability setting for the repository. |
repository_policy | string | The JSON repository policy text to apply to the repository. For more information, see https://docs.aws.amazon.com/AmazonECR/latest/userguide/RepositoryPolicyExamples.html |
lifecycle_policy | string | The JSON lifecycle policy text to apply to the repository. For information about lifecycle policy syntax, see https://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html |
encryption_configuration | object | The encryption configuration for the repository. This determines how the contents of your repository are encrypted at rest. By default, when no encryption configuration is set or the AES256 encryption type is used, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts your data at rest using an AES-256 encryption algorithm. This does not require any action on your part. For more information, see https://docs.aws.amazon.com/AmazonECR/latest/userguide/encryption-at-rest.html |
resource_tags | array | An array of key-value pairs to apply to this resource. |
applied_for | array | A list of enumerable Strings representing the repository creation scenarios that the template will apply towards. |
created_at | string | Create timestamp of the template. |
updated_at | string | Update timestamp of 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