Skip to main content

service_templates_list_only

Lists service_templates in a region or regions, for all properties use service_templates

Overview

Nameservice_templates_list_only
TypeResource
DescriptionDefinition of AWS::Proton::ServiceTemplate Resource Type
Idaws.proton.service_templates_list_only

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
tagsarray

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
Proton User Guide.

regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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