service_template_tags
Expands all tag keys and values for service_templates
in a region
Overview
Name | service_template_tags |
Type | Resource |
Description | Definition of AWS::Proton::ServiceTemplate Resource Type |
Id | aws.proton.service_template_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the service template. |
description | string | A description of the service template. |
display_name | string | The name of the service template as displayed in the developer interface. |
encryption_key | string | A customer provided encryption key that's used to encrypt data. |
name | string | |
pipeline_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 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