Skip to main content

environment_templates

Retrieves a list of environment_templates in a region

Overview

Nameenvironment_templates
TypeResource
Descriptionenvironment_templates
Idawscc.proton.environment_templates

Fields

NameDatatypeDescription
arnstring<p>The Amazon Resource Name (ARN) of the environment template.</p>
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.proton.environment_templates
WHERE region = 'us-east-1'

Permissions

To operate on the environment_templates resource, the following permissions are required:

Create

proton:CreateEnvironmentTemplate,
proton:TagResource,
proton:GetEnvironmentTemplate,
kms:*

List

proton:ListEnvironmentTemplates