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 request operation.

Inheritance Hierarchy

System.Object
  Amazon.ServiceCatalog.Model.RecordDetail

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

Syntax

C#
public class RecordDetail

The RecordDetail type exposes the following members

Constructors

NameDescription
Public Method RecordDetail()

Properties

NameTypeDescription
Public Property CreatedTime System.DateTime

Gets and sets the property CreatedTime.

The UTC time stamp of the creation time.

Public Property LaunchRoleArn System.String

Gets and sets the property LaunchRoleArn.

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

Public Property PathId System.String

Gets and sets the property PathId.

The path identifier.

Public Property ProductId System.String

Gets and sets the property ProductId.

The product identifier.

Public Property ProvisionedProductId System.String

Gets and sets the property ProvisionedProductId.

The identifier of the provisioned product.

Public Property ProvisionedProductName System.String

Gets and sets the property ProvisionedProductName.

The user-friendly name of the provisioned product.

Public Property ProvisionedProductType System.String

Gets and sets the property ProvisionedProductType.

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

Public Property ProvisioningArtifactId System.String

Gets and sets the property ProvisioningArtifactId.

The identifier of the provisioning artifact.

Public Property RecordErrors System.Collections.Generic.List<Amazon.ServiceCatalog.Model.RecordError>

Gets and sets the property RecordErrors.

The errors that occurred.

Public Property RecordId System.String

Gets and sets the property RecordId.

The identifier of the record.

Public Property RecordTags System.Collections.Generic.List<Amazon.ServiceCatalog.Model.RecordTag>

Gets and sets the property RecordTags.

One or more tags.

Public Property RecordType System.String

Gets and sets the property RecordType.

The record type.

  • PROVISION_PRODUCT

  • UPDATE_PROVISIONED_PRODUCT

  • TERMINATE_PROVISIONED_PRODUCT

Public Property Status Amazon.ServiceCatalog.RecordStatus

Gets and sets the property Status.

The status of the provisioned product.

  • CREATED - The request was created but the operation has not started.

  • IN_PROGRESS - The requested operation is in progress.

  • IN_PROGRESS_IN_ERROR - The provisioned product is under change but the requested operation failed and some remediation is occurring. For example, a rollback.

  • SUCCEEDED - The requested operation has successfully completed.

  • FAILED - The requested operation has unsuccessfully completed. Investigate using the error messages returned.

Public Property UpdatedTime System.DateTime

Gets and sets the property UpdatedTime.

The time when the record was last updated.

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