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 DescribeProvisioningParameters operation. Gets information about the configuration required to provision the specified product using the specified provisioning artifact.

If the output contains a TagOption key with an empty list of values, there is a TagOption conflict for that key. The end user cannot take action to fix the conflict, and launch is not blocked. In subsequent calls to ProvisionProduct, do not include conflicted TagOption keys as tags, or this causes the error "Parameter validation failed: Missing required parameter in Tags[N]:Value". Tag the provisioned product with the value sc-tagoption-conflict-portfolioId-productId.

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeProvisioningParametersRequest : AmazonServiceCatalogRequest
         IAmazonWebServiceRequest

The DescribeProvisioningParametersRequest 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 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. You must provide the name or ID, but not both.

Public Property PathName System.String

Gets and sets the property PathName.

The name of the path. You must provide the name or ID, but not both.

Public Property ProductId System.String

Gets and sets the property ProductId.

The product identifier. You must provide the product name or ID, but not both.

Public Property ProductName System.String

Gets and sets the property ProductName.

The name of the product. You must provide the name or ID, but not both.

Public Property ProvisioningArtifactId System.String

Gets and sets the property ProvisioningArtifactId.

The identifier of the provisioning artifact. You must provide the name or ID, but not both.

Public Property ProvisioningArtifactName System.String

Gets and sets the property ProvisioningArtifactName.

The name of the provisioning artifact. You must provide the name or ID, but not both.

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