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 CreateProvisionedProductPlan operation. Creates a plan.

A plan includes the list of resources to be created (when provisioning a new product) or modified (when updating a provisioned product) when the plan is executed.

You can create one plan for each provisioned product. To create a plan for an existing provisioned product, the product status must be AVAILABLE or TAINTED.

To view the resource changes in the change set, use DescribeProvisionedProductPlan. To create or modify the provisioned product, use ExecuteProvisionedProductPlan.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateProvisionedProductPlanRequest : AmazonServiceCatalogRequest
         IAmazonWebServiceRequest

The CreateProvisionedProductPlanRequest 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 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 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 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 ProvisionedProductName System.String

Gets and sets the property ProvisionedProductName.

A user-friendly name for the provisioned product. This value must be unique for the Amazon Web Services account and cannot be updated after the product is provisioned.

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 Tags System.Collections.Generic.List<Amazon.ServiceCatalog.Model.Tag>

Gets and sets the property Tags.

One or more tags.

If the plan is for an existing provisioned product, the product must have a RESOURCE_UPDATE constraint with TagUpdatesOnProvisionedProduct set to ALLOWED to allow tag updates.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5