Create an environment template for Proton
Source:R/proton_operations.R
proton_create_environment_template.RdCreate 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.
Usage
proton_create_environment_template(
description = NULL,
displayName = NULL,
encryptionKey = NULL,
name,
provisioning = NULL,
tags = NULL
)Arguments
- description
A description of the environment template.
- displayName
The environment template name as displayed in the developer interface.
- encryptionKey
A customer provided encryption key that Proton uses to encrypt data.
- name
[required] The name of the environment template.
- provisioning
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.