View source: R/proton_operations.R
proton_create_environment_template_version | R Documentation |
Create a new major or minor version of an environment template. A major version of an environment template is a version that isn't backwards compatible. A minor version of an environment template is a version that's backwards compatible within its major version.
See https://www.paws-r-sdk.com/docs/proton_create_environment_template_version/ for full documentation.
proton_create_environment_template_version(
clientToken = NULL,
description = NULL,
majorVersion = NULL,
source,
tags = NULL,
templateName
)
clientToken |
When included, if two identical requests are made with the same client token, Proton returns the environment template version that the first request created. |
description |
A description of the new version of an environment template. |
majorVersion |
To create a new minor version of the environment template, include
To create a new major and minor version of the environment template,
exclude |
source |
[required] An object that includes the template bundle S3 bucket path and name for the new version of an template. |
tags |
An optional list of metadata items that you can associate with the Proton environment template version. A tag is a key-value pair. For more information, see Proton resources and tagging in the Proton User Guide. |
templateName |
[required] The name of the environment template. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.