Skip to main content

service_template_tags

Expands all tag keys and values for service_templates in a region

Overview

Nameservice_template_tags
TypeResource
DescriptionDefinition of AWS::Proton::ServiceTemplate Resource Type
Idaws.proton.service_template_tags

Fields

NameDatatypeDescription
arnstring

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

descriptionstring

A description of the service template.

display_namestring

The name of the service template as displayed in the developer interface.

encryption_keystring

A customer provided encryption key that's used to encrypt data.

namestring
pipeline_provisioningstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all service_templates in a region.

SELECT
region,
arn,
description,
display_name,
encryption_key,
name,
pipeline_provisioning,
tag_key,
tag_value
FROM aws.proton.service_template_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the service_template_tags resource, see service_templates