servicecatalog_associate_service_action_with_provisioning_artifact | R Documentation |
Associates a self-service action with a provisioning artifact.
See https://www.paws-r-sdk.com/docs/servicecatalog_associate_service_action_with_provisioning_artifact/ for full documentation.
servicecatalog_associate_service_action_with_provisioning_artifact(
ProductId,
ProvisioningArtifactId,
ServiceActionId,
AcceptLanguage = NULL,
IdempotencyToken = NULL
)
ProductId |
[required] The product identifier. For example, |
ProvisioningArtifactId |
[required] The identifier of the provisioning artifact. For example,
|
ServiceActionId |
[required] The self-service action identifier. For example, |
AcceptLanguage |
The language code.
|
IdempotencyToken |
A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web Services account use the same idempotency token, the same response is returned for each repeated request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.