Creates a provisioning artifact (also known as a version) for the specified product.
servicecatalog_create_provisioning_artifact(AcceptLanguage, ProductId,
Parameters, IdempotencyToken)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
[required] The product identifier.
[required] The configuration for the provisioning artifact.
[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.
svc$create_provisioning_artifact( AcceptLanguage = "string", ProductId = "string", Parameters = list( Name = "string", Description = "string", Info = list( "string" ), Type = "CLOUD_FORMATION_TEMPLATE"|"MARKETPLACE_AMI"|"MARKETPLACE_CAR", DisableTemplateValidation = TRUE|FALSE ), IdempotencyToken = "string" )
You cannot create a provisioning artifact for a product that was shared with you.