Creates a provisioning artifact (also known as a version) for the specified product
Source:R/servicecatalog_operations.R
servicecatalog_create_provisioning_artifact.RdCreates a provisioning artifact (also known as a version) for the specified product.
See https://www.paws-r-sdk.com/docs/servicecatalog_create_provisioning_artifact/ for full documentation.
Usage
servicecatalog_create_provisioning_artifact(
AcceptLanguage = NULL,
ProductId,
Parameters,
IdempotencyToken
)Arguments
- AcceptLanguage
The language code.
jp- Japanesezh- Chinese
- ProductId
[required] The product identifier.
- Parameters
[required] The configuration for the provisioning artifact.
- IdempotencyToken
[required] A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.