proton_create_service_instance: Create a service instance

View source: R/proton_operations.R

proton_create_service_instanceR Documentation

Create a service instance

Description

Create a service instance.

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

Usage

proton_create_service_instance(
  clientToken = NULL,
  name,
  serviceName,
  spec,
  tags = NULL,
  templateMajorVersion = NULL,
  templateMinorVersion = NULL
)

Arguments

clientToken

The client token of the service instance to create.

name

[required] The name of the service instance to create.

serviceName

[required] The name of the service the service instance is added to.

spec

[required] The spec for the service instance you want to create.

tags

An optional list of metadata items that you can associate with the Proton service instance. A tag is a key-value pair.

For more information, see Proton resources and tagging in the Proton User Guide.

templateMajorVersion

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

templateMinorVersion

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


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