Interface ICfnEnvironmentTemplateProps
Properties for defining a CfnEnvironmentTemplate
.
Namespace: Amazon.CDK.AwsProton
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnEnvironmentTemplateProps
Syntax (vb)
Public Interface ICfnEnvironmentTemplateProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_proton;
var cfnEnvironmentTemplateProps = new CfnEnvironmentTemplateProps {
Description = "description",
DisplayName = "displayName",
EncryptionKey = "encryptionKey",
Name = "name",
Provisioning = "provisioning",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
Description | A description of the environment template. |
Display |
The name of the environment template as displayed in the developer interface. |
Encryption |
The customer provided encryption key for the environment template. |
Name | The name of the environment template. |
Provisioning | When included, indicates that the environment template is for customer provisioned and managed infrastructure. |
Tags | An optional list of metadata items that you can associate with the AWS Proton environment template. |
Properties
Description
A description of the environment template.
virtual string Description { get; }
Property Value
System.
Remarks
DisplayName
The name of the environment template as displayed in the developer interface.
virtual string DisplayName { get; }
Property Value
System.
Remarks
EncryptionKey
The customer provided encryption key for the environment template.
virtual string EncryptionKey { get; }
Property Value
System.
Remarks
Name
The name of the environment template.
virtual string Name { get; }
Property Value
System.
Remarks
Provisioning
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
virtual string Provisioning { get; }
Property Value
System.
Remarks
Tags
An optional list of metadata items that you can associate with the AWS Proton environment template.
virtual ICfnTag[] Tags { get; }
Property Value
ICfn
Remarks
A tag is a key-value pair.
For more information, see AWS Proton resources and tagging in the AWS Proton User Guide .