AWS Fundamentals Logo
AWS Fundamentals
AWS::Proton::ServiceTemplate

Proton ServiceTemplate

Definition of AWS::Proton::ServiceTemplate Resource Type

Properties

6 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Description
string
DisplayName
string
EncryptionKey
string
Create-only
Name
string
Create-only
PipelineProvisioning
string
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring<p>The Amazon Resource Name (ARN) of the service template.</p>

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Proton::ServiceTemplate

Resources:
  MyResource:
    Type: AWS::Proton::ServiceTemplate
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

proton:CreateServiceTemplateproton:TagResourceproton:GetServiceTemplatekms:CancelKeyDeletionkms:CreateAliaskms:CreateCustomKeyStorekms:CreateGrantkms:CreateKey

read

proton:GetServiceTemplateproton:ListTagsForResourcekms:CancelKeyDeletionkms:CreateAliaskms:CreateCustomKeyStorekms:CreateGrantkms:CreateKeykms:DeleteAlias

update

proton:GetServiceTemplateproton:CreateServiceTemplateproton:ListTagsForResourceproton:TagResourceproton:UntagResourceproton:UpdateServiceTemplatekms:CancelKeyDeletionkms:CreateAlias

delete

proton:DeleteServiceTemplateproton:UntagResourceproton:GetServiceTemplatekms:CancelKeyDeletionkms:CreateAliaskms:CreateCustomKeyStorekms:CreateGrantkms:CreateKey

list

proton:ListServiceTemplatesproton:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceProton
Properties7
Required0
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

EncryptionKeyNamePipelineProvisioning

External Links