View source: R/proton_operations.R
proton_create_environment_template | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.