Skip to main content

service_template

Gets an individual service_template resource

Overview

Nameservice_template
TypeResource
Descriptionservice_template
Idawscc.proton.service_template

Fields

NameDatatypeDescription
arnstring<p>The Amazon Resource Name (ARN) of the service template.</p>
descriptionstring<p>A description of the service template.</p>
display_namestring<p>The name of the service template as displayed in the developer interface.</p>
encryption_keystring<p>A customer provided encryption key that's used to encrypt data.</p>
namestring
pipeline_provisioningstring
tagsarray<p>An optional list of metadata items that you can associate with the Proton service 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,
pipeline_provisioning,
tags
FROM awscc.proton.service_template
WHERE data__Identifier = '<Arn>';

Permissions

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

Read

proton:GetServiceTemplate,
proton:ListTagsForResource,
kms:*

Update

proton:GetServiceTemplate,
proton:CreateServiceTemplate,
proton:ListTagsForResource,
proton:TagResource,
proton:UntagResource,
proton:UpdateServiceTemplate,
kms:*

Delete

proton:DeleteServiceTemplate,
proton:UntagResource,
kms:*,
proton:GetServiceTemplate