environment_templates_list_only
Lists environment_templates
in a region or regions, for all properties use environment_templates
Overview
Name | environment_templates_list_only |
Type | Resource |
Description | Definition of AWS::Proton::EnvironmentTemplate Resource Type |
Id | aws.proton.environment_templates_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the environment template. |
description | string | A description of the environment template. |
display_name | string | The environment template name as displayed in the developer interface. |
encryption_key | string | A customer provided encryption key that Proton uses to encrypt data. |
name | string | |
provisioning | string | |
tags | array | 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 |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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