AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Proton::EnvironmentTemplate

CfnEnvironmentTemplate

Create an environment template for AWS Proton . For more information, see [Environment Templates](https://docs.aws.amazon.com/proton/latest/userguide/ag-templates.html) in the *AWS Proton User Guide* . You can create an environment template in one of the two following ways: - Register and publish a *standard* environment template that instructs AWS Proton to deploy and manage environment infrastructure. - Register and publish a *customer managed* environment template that connects AWS Proton to your existing provisioned infrastructure that you manage. AWS Proton *doesn't* manage your existing provisioned infrastructure. To create an environment template for customer provisioned and managed infrastructure, include the `provisioning` parameter and set the value to `CUSTOMER_MANAGED` . For more information, see [Register and publish an environment template](https://docs.aws.amazon.com/proton/latest/userguide/template-create.html) in the *AWS Proton User Guide* .

Import

import { CfnEnvironmentTemplate } from 'aws-cdk-lib/aws-proton';

Or use the module namespace:

import * as proton from 'aws-cdk-lib/aws-proton';
// proton.CfnEnvironmentTemplate

Properties

Configuration passed to the constructor as CfnEnvironmentTemplateProps.

descriptionOptional
string

A description of the environment template.

displayNameOptional
string

The name of the environment template as displayed in the developer interface.

encryptionKeyOptional
string

The customer provided encryption key for the environment template.

nameOptional
string

The name of the environment template.

provisioningOptional
string

When included, indicates that the environment template is for customer provisioned and managed infrastructure.

tagsOptional
CfnTag[]

An optional list of metadata items that you can associate with the AWS Proton environment template. A tag is a key-value pair. For more information, see [AWS Proton resources and tagging](https://docs.aws.amazon.com/proton/latest/userguide/resources.html) in the *AWS Proton User Guide* .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-proton
CFN TypeAWS::Proton::EnvironmentTemplate
Properties6

External Links