AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the TerminateProvisionedProduct operation. Terminates the specified provisioned product.

This operation does not delete any records associated with the provisioned product.

You can check the status of this request using DescribeRecord.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ServiceCatalog.AmazonServiceCatalogRequest
      Amazon.ServiceCatalog.Model.TerminateProvisionedProductRequest

Namespace: Amazon.ServiceCatalog.Model
Assembly: AWSSDK.ServiceCatalog.dll
Version: 3.x.y.z

Syntax

C#
public class TerminateProvisionedProductRequest : AmazonServiceCatalogRequest
         IAmazonWebServiceRequest

The TerminateProvisionedProductRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AcceptLanguage System.String

Gets and sets the property AcceptLanguage.

The language code.

  • jp - Japanese

  • zh - Chinese

Public Property IgnoreErrors System.Boolean

Gets and sets the property IgnoreErrors.

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

Public Property ProvisionedProductId System.String

Gets and sets the property ProvisionedProductId.

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

Public Property ProvisionedProductName System.String

Gets and sets the property ProvisionedProductName.

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

Public Property RetainPhysicalResources System.Boolean

Gets and sets the property RetainPhysicalResources.

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.

Public Property TerminateToken System.String

Gets and sets the property TerminateToken.

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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5