Create an environment template for Proton. For more information, see Environment Templates in the Proton User Guide.
See https://www.paws-r-sdk.com/docs/proton_create_environment_template/ for full documentation.
proton_create_environment_template(
description = NULL,
displayName = NULL,
encryptionKey = NULL,
name,
provisioning = NULL,
tags = NULL
)
A description of the environment template.
The environment template name as displayed in the developer interface.
A customer provided encryption key that Proton uses to encrypt data.
[required] The name of the environment template.
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
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.