AWS Fundamentals Logo
AWS Fundamentals
AWS::Proton::EnvironmentTemplate

Proton EnvironmentTemplate

Definition of AWS::Proton::EnvironmentTemplate 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
Provisioning
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 environment 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::EnvironmentTemplate

Resources:
  MyResource:
    Type: AWS::Proton::EnvironmentTemplate
    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:CreateEnvironmentTemplateproton:DeleteEnvironmentTemplateproton:ListTagsForResourceproton:TagResourceproton:GetEnvironmentTemplatekms:CancelKeyDeletionkms:CreateAliaskms:CreateCustomKeyStore

read

proton:CreateEnvironmentTemplateproton:DeleteEnvironmentTemplateproton:ListTagsForResourceproton:GetEnvironmentTemplatekms:CancelKeyDeletionkms:CreateAliaskms:CreateCustomKeyStorekms:CreateGrant

update

proton:CreateEnvironmentTemplateproton:DeleteEnvironmentTemplateproton:GetEnvironmentTemplateproton:ListTagsForResourceproton:TagResourceproton:UpdateEnvironmentTemplateproton:UntagResourcekms:CancelKeyDeletion

delete

proton:CreateEnvironmentTemplateproton:DeleteEnvironmentTemplateproton:GetEnvironmentTemplateproton:ListTagsForResourceproton:TagResourceproton:UntagResourcekms:CancelKeyDeletionkms:CreateAlias

list

proton:ListEnvironmentTemplates

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.

EncryptionKeyNameProvisioning

External Links