servicecatalog_notify_update_provisioned_product_engine_workflow_result {paws.management}R Documentation

Notifies the result of the update engine execution

Description

Notifies the result of the update engine execution.

See https://www.paws-r-sdk.com/docs/servicecatalog_notify_update_provisioned_product_engine_workflow_result/ for full documentation.

Usage

servicecatalog_notify_update_provisioned_product_engine_workflow_result(
  WorkflowToken,
  RecordId,
  Status,
  FailureReason = NULL,
  Outputs = NULL,
  IdempotencyToken
)

Arguments

WorkflowToken

[required] The encrypted contents of the update engine execution payload that Service Catalog sends after the Terraform product update workflow starts.

RecordId

[required] The identifier of the record.

Status

[required] The status of the update engine execution.

FailureReason

The reason why the update engine execution failed.

Outputs

The output of the update engine execution.

IdempotencyToken

[required] The idempotency token that identifies the update engine execution.


[Package paws.management version 0.9.0 Index]