Environment Template Args
data class EnvironmentTemplateArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val encryptionKey: Output<String>? = null, val name: Output<String>? = null, val provisioning: Output<EnvironmentTemplateProvisioning>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<EnvironmentTemplateArgs>
Definition of AWS::Proton::EnvironmentTemplate Resource Type
Properties
Link copied to clipboard
A description of the environment template.
Link copied to clipboard
The environment template name as displayed in the developer interface.
Link copied to clipboard
A customer provided encryption key that Proton uses to encrypt data.
Link copied to clipboard
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
Link copied to clipboard
An optional list of metadata items that you can associate with the Proton environment template. A tag is a key-value pair.
For more information, see Proton resources and tagging in the Proton User Guide.