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.

Provisions the specified product.

A provisioned product is a resourced instance of a product. For example, provisioning a product that's based on an CloudFormation template launches an CloudFormation stack and its underlying resources. You can check the status of this request using DescribeRecord.

If the request contains a tag key with an empty list of values, there's a tag conflict for that key. Don't include conflicted keys as tags, or this will cause the error "Parameter validation failed: Missing required parameter in Tags[N]:Value".

When provisioning a product that's been added to a portfolio, you must grant your user, group, or role access to the portfolio. For more information, see Granting users access in the Service Catalog User Guide.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ProvisionProductAsync.

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

Syntax

C#
public virtual ProvisionProductResponse ProvisionProduct(
         ProvisionProductRequest request
)

Parameters

request
Type: Amazon.ServiceCatalog.Model.ProvisionProductRequest

Container for the necessary parameters to execute the ProvisionProduct service method.

Return Value


The response from the ProvisionProduct service method, as returned by ServiceCatalog.

Exceptions

ExceptionCondition
DuplicateResourceException The specified resource is a duplicate.
InvalidParametersException One or more parameters provided to the operation are not valid.
ResourceNotFoundException The specified resource was not found.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also