environment_template
Gets an individual environment_template
resource
Overview
Name | environment_template |
Type | Resource |
Description | environment_template |
Id | awscc.proton.environment_template |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | <p>The Amazon Resource Name (ARN) of the environment template.</p> |
description | string | <p>A description of the environment template.</p> |
display_name | string | <p>The environment template name as displayed in the developer interface.</p> |
encryption_key | string | <p>A customer provided encryption key that Proton uses to encrypt data.</p> |
name | string | |
provisioning | string | |
tags | array | <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> |
region | string | AWS 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:*