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 plan.

Inheritance Hierarchy

System.Object
  Amazon.ServiceCatalog.Model.ProvisionedProductPlanDetails

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

Syntax

C#
public class ProvisionedProductPlanDetails

The ProvisionedProductPlanDetails type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CreatedTime System.DateTime

Gets and sets the property CreatedTime.

The UTC time stamp of the creation time.

Public Property NotificationArns System.Collections.Generic.List<System.String>

Gets and sets the property NotificationArns.

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

Public Property PathId System.String

Gets and sets the property PathId.

The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths.

Public Property PlanId System.String

Gets and sets the property PlanId.

The plan identifier.

Public Property PlanName System.String

Gets and sets the property PlanName.

The name of the plan.

Public Property PlanType Amazon.ServiceCatalog.ProvisionedProductPlanType

Gets and sets the property PlanType.

The plan type.

Public Property ProductId System.String

Gets and sets the property ProductId.

The product identifier.

Public Property ProvisioningArtifactId System.String

Gets and sets the property ProvisioningArtifactId.

The identifier of the provisioning artifact.

Public Property ProvisioningParameters System.Collections.Generic.List<Amazon.ServiceCatalog.Model.UpdateProvisioningParameter>

Gets and sets the property ProvisioningParameters.

Parameters specified by the administrator that are required for provisioning the product.

Public Property ProvisionProductId System.String

Gets and sets the property ProvisionProductId.

The product identifier.

Public Property ProvisionProductName System.String

Gets and sets the property ProvisionProductName.

The user-friendly name of the provisioned product.

Public Property Status Amazon.ServiceCatalog.ProvisionedProductPlanStatus

Gets and sets the property Status.

The status.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

The status message.

Public Property Tags System.Collections.Generic.List<Amazon.ServiceCatalog.Model.Tag>

Gets and sets the property Tags.

One or more tags.

Public Property UpdatedTime System.DateTime

Gets and sets the property UpdatedTime.

The UTC time stamp when the plan 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