Batch Associate Service Action With Provisioning Artifact
servicecatalog_batch_associate_service_action_with_provisioning_artifact | R Documentation |
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.
jp
- Japanesezh
- Chinese
Value¶
A list with the following syntax:
list(
FailedServiceActionAssociations = list(
list(
ServiceActionId = "string",
ProductId = "string",
ProvisioningArtifactId = "string",
ErrorCode = "DUPLICATE_RESOURCE"|"INTERNAL_FAILURE"|"LIMIT_EXCEEDED"|"RESOURCE_NOT_FOUND"|"THROTTLING"|"INVALID_PARAMETER",
ErrorMessage = "string"
)
)
)