View source: R/servicecatalog_operations.R
servicecatalog_terminate_provisioned_product | R Documentation |
Terminates the specified provisioned product.
See https://www.paws-r-sdk.com/docs/servicecatalog_terminate_provisioned_product/ for full documentation.
servicecatalog_terminate_provisioned_product(
ProvisionedProductName = NULL,
ProvisionedProductId = NULL,
TerminateToken,
IgnoreErrors = NULL,
AcceptLanguage = NULL,
RetainPhysicalResources = NULL
)
ProvisionedProductName |
The name of the provisioned product. You cannot specify both
|
ProvisionedProductId |
The identifier of the provisioned product. You cannot specify both
|
TerminateToken |
[required] An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the provisioned product is terminated, subsequent requests to terminate the same provisioned product always return ResourceNotFound. |
IgnoreErrors |
If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources. |
AcceptLanguage |
The language code.
|
RetainPhysicalResources |
When this boolean parameter is set to true, the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.