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 product view.

Inheritance Hierarchy

System.Object
  Amazon.ServiceCatalog.Model.ProductViewDetail

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

Syntax

C#
public class ProductViewDetail

The ProductViewDetail type exposes the following members

Constructors

NameDescription
Public Method ProductViewDetail()

Properties

NameTypeDescription
Public Property CreatedTime System.DateTime

Gets and sets the property CreatedTime.

The UTC time stamp of the creation time.

Public Property ProductARN System.String

Gets and sets the property ProductARN.

The ARN of the product.

Public Property ProductViewSummary Amazon.ServiceCatalog.Model.ProductViewSummary

Gets and sets the property ProductViewSummary.

Summary information about the product view.

Public Property SourceConnection Amazon.ServiceCatalog.Model.SourceConnectionDetail

Gets and sets the property SourceConnection.

A top level ProductViewDetail response containing details about the product’s connection. Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.

Public Property Status Amazon.ServiceCatalog.Status

Gets and sets the property Status.

The status of the product.

  • AVAILABLE - The product is ready for use.

  • CREATING - Product creation has started; the product is not ready for use.

  • FAILED - An action failed.

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