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.

This is the response object from the DescribeProvisioningParameters operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.ServiceCatalog.Model.DescribeProvisioningParametersResponse

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

Syntax

C#
public class DescribeProvisioningParametersResponse : AmazonWebServiceResponse

The DescribeProvisioningParametersResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ConstraintSummaries System.Collections.Generic.List<Amazon.ServiceCatalog.Model.ConstraintSummary>

Gets and sets the property ConstraintSummaries.

Information about the constraints used to provision the product.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ProvisioningArtifactOutputKeys System.Collections.Generic.List<Amazon.ServiceCatalog.Model.ProvisioningArtifactOutput>

Gets and sets the property ProvisioningArtifactOutputKeys.

A list of the keys and descriptions of the outputs. These outputs can be referenced from a provisioned product launched from this provisioning artifact.

Public Property ProvisioningArtifactOutputs System.Collections.Generic.List<Amazon.ServiceCatalog.Model.ProvisioningArtifactOutput>

Gets and sets the property ProvisioningArtifactOutputs.

The output of the provisioning artifact.

Public Property ProvisioningArtifactParameters System.Collections.Generic.List<Amazon.ServiceCatalog.Model.ProvisioningArtifactParameter>

Gets and sets the property ProvisioningArtifactParameters.

Information about the parameters used to provision the product.

Public Property ProvisioningArtifactPreferences Amazon.ServiceCatalog.Model.ProvisioningArtifactPreferences

Gets and sets the property ProvisioningArtifactPreferences.

An object that contains information about preferences, such as Regions and accounts, for the provisioning artifact.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property TagOptions System.Collections.Generic.List<Amazon.ServiceCatalog.Model.TagOptionSummary>

Gets and sets the property TagOptions.

Information about the TagOptions associated with the resource.

Public Property UsageInstructions System.Collections.Generic.List<Amazon.ServiceCatalog.Model.UsageInstruction>

Gets and sets the property UsageInstructions.

Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.

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