AWS::Proton::EnvironmentTemplateCreate 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 { CfnEnvironmentTemplate } from 'aws-cdk-lib/aws-proton';Or use the module namespace:
import * as proton from 'aws-cdk-lib/aws-proton';
// proton.CfnEnvironmentTemplateConfiguration passed to the constructor as CfnEnvironmentTemplateProps.
descriptionOptionalstringA description of the environment template.
displayNameOptionalstringThe name of the environment template as displayed in the developer interface.
encryptionKeyOptionalstringThe customer provided encryption key for the environment template.
nameOptionalstringThe name of the environment template.
provisioningOptionalstringWhen included, indicates that the environment template is for customer provisioned and managed infrastructure.
tagsOptionalCfnTag[]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* .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-protonAWS::Proton::EnvironmentTemplate