Skip to content

Associate Service Action With Provisioning Artifact

servicecatalog_associate_service_action_with_provisioning_artifact R Documentation

Associates a self-service action with a provisioning artifact

Description

Associates a self-service action with a provisioning artifact.

Usage

servicecatalog_associate_service_action_with_provisioning_artifact(
  ProductId, ProvisioningArtifactId, ServiceActionId, AcceptLanguage,
  IdempotencyToken)

Arguments

ProductId

[required] The product identifier. For example, prod-abcdzk7xy33qa.

ProvisioningArtifactId

[required] The identifier of the provisioning artifact. For example, ⁠pa-4abcdjnxjj6ne⁠.

ServiceActionId

[required] The self-service action identifier. For example, act-fs7abcd89wxyz.

AcceptLanguage

The language code.

  • jp - Japanese

  • zh - Chinese

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.

Value

An empty list.

Request syntax

svc$associate_service_action_with_provisioning_artifact(
  ProductId = "string",
  ProvisioningArtifactId = "string",
  ServiceActionId = "string",
  AcceptLanguage = "string",
  IdempotencyToken = "string"
)