TerminateProvisionedProductRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The language code.

Link copied to clipboard

If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String