environment_template_tags
Expands all tag keys and values for environment_templates
in a region
Overview
Name | environment_template_tags |
Type | Resource |
Description | Definition of AWS::Proton::EnvironmentTemplate Resource Type |
Id | aws.proton.environment_template_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the environment template. |
description | string | A description of the environment template. |
display_name | string | The environment template name as displayed in the developer interface. |
encryption_key | string | A customer provided encryption key that Proton uses to encrypt data. |
name | string | |
provisioning | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all environment_templates
in a region.
SELECT
region,
arn,
description,
display_name,
encryption_key,
name,
provisioning,
tag_key,
tag_value
FROM aws.proton.environment_template_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the environment_template_tags
resource, see environment_templates