servicecatalog_terminate_provisioned_product: Terminates the specified provisioned product

View source: R/servicecatalog_operations.R

servicecatalog_terminate_provisioned_productR Documentation

Terminates the specified provisioned product

Description

Terminates 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 ProvisionedProductName and ProvisionedProductId.

ProvisionedProductId

The identifier of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.

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 - Japanese

  • zh - Chinese

RetainPhysicalResources

When this boolean parameter is set to true, the terminate_provisioned_product API 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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.