Create a service instance.
See https://www.paws-r-sdk.com/docs/proton_create_service_instance/ for full documentation.
proton_create_service_instance(
clientToken = NULL,
name,
serviceName,
spec,
tags = NULL,
templateMajorVersion = NULL,
templateMinorVersion = NULL
)
The client token of the service instance to create.
[required] The name of the service instance to create.
[required] The name of the service the service instance is added to.
[required] The spec for the service instance you want to create.
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.
To create a new major and minor version of the service template,
exclude major Version
.
To create a new minor version of the service template, include a
major Version
.