Execute Provisioned Product Plan
servicecatalog_execute_provisioned_product_plan | R Documentation |
Provisions or modifies a product based on the resource changes for the specified plan¶
Description¶
Provisions or modifies a product based on the resource changes for the specified plan.
Usage¶
servicecatalog_execute_provisioned_product_plan(AcceptLanguage, PlanId,
IdempotencyToken)
Arguments¶
AcceptLanguage |
The language code.
|
PlanId |
[required] The plan identifier. |
IdempotencyToken |
[required] A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request. |
Value¶
A list with the following syntax:
list(
RecordDetail = list(
RecordId = "string",
ProvisionedProductName = "string",
Status = "CREATED"|"IN_PROGRESS"|"IN_PROGRESS_IN_ERROR"|"SUCCEEDED"|"FAILED",
CreatedTime = as.POSIXct(
"2015-01-01"
),
UpdatedTime = as.POSIXct(
"2015-01-01"
),
ProvisionedProductType = "string",
RecordType = "string",
ProvisionedProductId = "string",
ProductId = "string",
ProvisioningArtifactId = "string",
PathId = "string",
RecordErrors = list(
list(
Code = "string",
Description = "string"
)
),
RecordTags = list(
list(
Key = "string",
Value = "string"
)
),
LaunchRoleArn = "string"
)
)
Request syntax¶
svc$execute_provisioned_product_plan(
AcceptLanguage = "string",
PlanId = "string",
IdempotencyToken = "string"
)