Skip to main content

environment_template_tags

Expands all tag keys and values for environment_templates in a region

Overview

Nameenvironment_template_tags
TypeResource
DescriptionDefinition of AWS::Proton::EnvironmentTemplate Resource Type
Idaws.proton.environment_template_tags

Fields

NameDatatypeDescription
arnstring

The Amazon Resource Name (ARN) of the environment template.

descriptionstring

A description of the environment template.

display_namestring

The environment template name as displayed in the developer interface.

encryption_keystring

A customer provided encryption key that Proton uses to encrypt data.

namestring
provisioningstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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