proton_create_environment_template {paws.compute} | R Documentation |
Create an environment template for Proton
Description
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.
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. |
tags |
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. |