Terminates the specified provisioned product
Source:R/servicecatalog_operations.R
servicecatalog_terminate_provisioned_product.RdTerminates the specified provisioned product.
See https://www.paws-r-sdk.com/docs/servicecatalog_terminate_provisioned_product/ for full documentation.
Usage
servicecatalog_terminate_provisioned_product(
ProvisionedProductName = NULL,
ProvisionedProductId = NULL,
TerminateToken,
IgnoreErrors = NULL,
AcceptLanguage = NULL,
RetainPhysicalResources = NULL
)Arguments
- ProvisionedProductName
The name of the provisioned product. You cannot specify both
ProvisionedProductNameandProvisionedProductId.- ProvisionedProductId
The identifier of the provisioned product. You cannot specify both
ProvisionedProductNameandProvisionedProductId.- 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.
jp- Japanesezh- Chinese
- RetainPhysicalResources
When this boolean parameter is set to true, the
terminate_provisioned_productAPI deletes the Service Catalog provisioned product. However, it does not remove the CloudFormation stack, stack set, or the underlying resources of the deleted provisioned product. The default value is false.