proton_create_service_instance {paws.compute} | R 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 |
templateMinorVersion |
To create a new minor version of the service template, include a
|
[Package paws.compute version 0.9.0 Index]