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.

Information about a provisioned product.

Inheritance Hierarchy

System.Object
  Amazon.ServiceCatalog.Model.ProvisionedProductDetail

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

Syntax

C#
public class ProvisionedProductDetail

The ProvisionedProductDetail type exposes the following members

Constructors

NameDescription
Public Method ProvisionedProductDetail()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the provisioned product.

Public Property CreatedTime System.DateTime

Gets and sets the property CreatedTime.

The UTC time stamp of the creation time.

Public Property Id System.String

Gets and sets the property Id.

The identifier of the provisioned product.

Public Property IdempotencyToken System.String

Gets and sets the property IdempotencyToken.

A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

Public Property LastProvisioningRecordId System.String

Gets and sets the property LastProvisioningRecordId.

The record identifier of the last request performed on this provisioned product of the following types:

  • ProvisionProduct

  • UpdateProvisionedProduct

  • ExecuteProvisionedProductPlan

  • TerminateProvisionedProduct

Public Property LastRecordId System.String

Gets and sets the property LastRecordId.

The record identifier of the last request performed on this provisioned product.

Public Property LastSuccessfulProvisioningRecordId System.String

Gets and sets the property LastSuccessfulProvisioningRecordId.

The record identifier of the last successful request performed on this provisioned product of the following types:

  • ProvisionProduct

  • UpdateProvisionedProduct

  • ExecuteProvisionedProductPlan

  • TerminateProvisionedProduct

Public Property LaunchRoleArn System.String

Gets and sets the property LaunchRoleArn.

The ARN of the launch role associated with the provisioned product.

Public Property Name System.String

Gets and sets the property Name.

The user-friendly name of the provisioned product.

Public Property ProductId System.String

Gets and sets the property ProductId.

The product identifier. For example, prod-abcdzk7xy33qa.

Public Property ProvisioningArtifactId System.String

Gets and sets the property ProvisioningArtifactId.

The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.

Public Property Status Amazon.ServiceCatalog.ProvisionedProductStatus

Gets and sets the property Status.

The current status of the provisioned product.

  • AVAILABLE - Stable state, ready to perform any operation. The most recent operation succeeded and completed.

  • UNDER_CHANGE - Transitive state. Operations performed might not have valid results. Wait for an AVAILABLE status before performing operations.

  • TAINTED - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.

  • ERROR - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.

  • PLAN_IN_PROGRESS - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an AVAILABLE status before performing operations.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

The current status message of the provisioned product.

Public Property Type System.String

Gets and sets the property Type.

The type of provisioned product. The supported values are CFN_STACK, CFN_STACKSET, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, and EXTERNAL.

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