aws-cdk-lib.aws_proton.CfnEnvironmentTemplateProps

interface CfnEnvironmentTemplateProps

LanguageType name
.NETAmazon.CDK.aws_proton.CfnEnvironmentTemplateProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsproton#CfnEnvironmentTemplateProps
Javaservices.proton.CfnEnvironmentTemplateProps
Pythonaws_cdk.aws_proton.CfnEnvironmentTemplateProps
TypeScript aws-cdk-lib » aws_proton » CfnEnvironmentTemplateProps

Properties for defining a CfnEnvironmentTemplate.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_proton as proton } from 'aws-cdk-lib';
const cfnEnvironmentTemplateProps: proton.CfnEnvironmentTemplateProps = {
  description: 'description',
  displayName: 'displayName',
  encryptionKey: 'encryptionKey',
  name: 'name',
  provisioning: 'provisioning',
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
description?stringA description of the environment template.
displayName?stringThe name of the environment template as displayed in the developer interface.
encryptionKey?stringThe customer provided encryption key for the environment template.
name?stringThe name of the environment template.
provisioning?stringWhen included, indicates that the environment template is for customer provisioned and managed infrastructure.
tags?CfnTag[]An optional list of metadata items that you can associate with the AWS Proton environment template.

description?

Type: string (optional)

A description of the environment template.


displayName?

Type: string (optional)

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


encryptionKey?

Type: string (optional)

The customer provided encryption key for the environment template.


name?

Type: string (optional)

The name of the environment template.


provisioning?

Type: string (optional)

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


tags?

Type: CfnTag[] (optional)

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 in the AWS Proton User Guide .