paws.management (version 0.1.0)

servicecatalog_batch_associate_service_action_with_provisioning_artifact: Associates multiple self-service actions with provisioning artifacts

Description

Associates multiple self-service actions with provisioning artifacts.

Usage

servicecatalog_batch_associate_service_action_with_provisioning_artifact(
  ServiceActionAssociations, AcceptLanguage)

Arguments

ServiceActionAssociations

[required] One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

Request syntax

svc$batch_associate_service_action_with_provisioning_artifact(
  ServiceActionAssociations = list(
    list(
      ServiceActionId = "string",
      ProductId = "string",
      ProvisioningArtifactId = "string"
    )
  ),
  AcceptLanguage = "string"
)