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