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.

Copies the specified source product to the specified target product or a new product.

You can copy a product to the same account or another account. You can copy a product to the same Region or another Region. If you copy a product to another account, you must first share the product in a portfolio using CreatePortfolioShare.

This operation is performed asynchronously. To track the progress of the operation, use DescribeCopyProductStatus.

Note:

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

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

Syntax

C#
public abstract CopyProductResponse CopyProduct(
         CopyProductRequest request
)

Parameters

request
Type: Amazon.ServiceCatalog.Model.CopyProductRequest

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

Return Value


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

Exceptions

ExceptionCondition
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