Skip to main content

environment_template

Gets an individual environment_template resource

Overview

Nameenvironment_template
TypeResource
Descriptionenvironment_template
Idawscc.proton.environment_template

Fields

NameDatatypeDescription
arnstring<p>The Amazon Resource Name (ARN) of the environment template.</p>
descriptionstring<p>A description of the environment template.</p>
display_namestring<p>The environment template name as displayed in the developer interface.</p>
encryption_keystring<p>A customer provided encryption key that Proton uses to encrypt data.</p>
namestring
provisioningstring
tagsarray<p>An optional list of metadata items that you can associate with the Proton environment template. A tag is a key-value pair.</p><br/> <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton resources and tagging</a> in the<br/> <i>Proton User Guide</i>.</p>
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
description,
display_name,
encryption_key,
name,
provisioning,
tags
FROM awscc.proton.environment_template
WHERE data__Identifier = '<Arn>';

Permissions

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

Read

proton:GetEnvironmentTemplate,
proton:ListTagsForResource,
kms:*

Update

proton:CreateEnvironmentTemplate,
proton:ListTagsForResource,
proton:TagResource,
proton:UntagResource,
proton:UpdateEnvironmentTemplate,
proton:GetEnvironmentTemplate,
kms:*

Delete

proton:DeleteEnvironmentTemplate,
proton:GetEnvironmentTemplate,
kms:*