proton_create_environment_template_version: Create a new major or minor version of an environment...

View source: R/proton_operations.R

proton_create_environment_template_versionR Documentation

Create a new major or minor version of an environment template

Description

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.

Usage

proton_create_environment_template_version(
  clientToken = NULL,
  description = NULL,
  majorVersion = NULL,
  source,
  tags = NULL,
  templateName
)

Arguments

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 ⁠major Version⁠.

To create a new major and minor version of the environment template, exclude ⁠major Version⁠.

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.