Skip to main content

environment_templates_list_only

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

Overview

Nameenvironment_templates_list_only
TypeResource
DescriptionDefinition of AWS::Proton::EnvironmentTemplate Resource Type
Idaws.proton.environment_templates_list_only

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
tagsarray

An optional list of metadata items that you can associate with the Proton environment 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 environment_templates in a region.

SELECT
region,
arn
FROM aws.proton.environment_templates_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the environment_templates_list_only resource, see environment_templates