proton_create_service_template_version: Create a new major or minor version of a service template

View source: R/proton_operations.R

proton_create_service_template_versionR Documentation

Create a new major or minor version of a service template

Description

Create a new major or minor version of a service template. A major version of a service template is a version that isn't backward compatible. A minor version of a service template is a version that's backward compatible within its major version.

See https://www.paws-r-sdk.com/docs/proton_create_service_template_version/ for full documentation.

Usage

proton_create_service_template_version(
  clientToken = NULL,
  compatibleEnvironmentTemplates,
  description = NULL,
  majorVersion = NULL,
  source,
  supportedComponentSources = NULL,
  tags = NULL,
  templateName
)

Arguments

clientToken

When included, if two identical requests are made with the same client token, Proton returns the service template version that the first request created.

compatibleEnvironmentTemplates

[required] An array of environment template objects that are compatible with the new service template version. A service instance based on this service template version can run in environments based on compatible templates.

description

A description of the new version of a service template.

majorVersion

To create a new minor version of the service template, include a ⁠major Version⁠.

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

source

[required] An object that includes the template bundle S3 bucket path and name for the new version of a service template.

supportedComponentSources

An array of supported component sources. Components with supported sources can be attached to service instances based on this service template version.

For more information about components, see Proton components in the Proton User Guide.

tags

An optional list of metadata items that you can associate with the Proton service 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 service template.


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