service_templates_list_only
Lists service_templates
in a region or regions, for all properties use service_templates
Overview
Name | service_templates_list_only |
Type | Resource |
Description | Definition of AWS::Proton::ServiceTemplate Resource Type |
Id | aws.proton.service_templates_list_only |
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 | |
tags | array | An optional list of metadata items that you can associate with the Proton service template. A tag is a key-value pair. For more information, see Proton resources and tagging in the |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all service_templates
in a region.
SELECT
region,
arn
FROM aws.proton.service_templates_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the service_templates_list_only
resource, see service_templates