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.

Lists the paths to the specified product. A path describes how the user gets access to a specified product and is necessary when provisioning a product. A path also determines the constraints that are put on a product. A path is dependent on a specific product, porfolio, and principal.

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:

This is an asynchronous operation using the standard naming convention for .NET 4.5 or higher. For .NET 3.5 the operation is implemented as a pair of methods using the standard naming convention of BeginListLaunchPaths and EndListLaunchPaths.

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

Syntax

C#
public virtual Task<ListLaunchPathsResponse> ListLaunchPathsAsync(
         ListLaunchPathsRequest request,
         CancellationToken cancellationToken
)

Parameters

request
Type: Amazon.ServiceCatalog.Model.ListLaunchPathsRequest

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

cancellationToken
Type: System.Threading.CancellationToken

A cancellation token that can be used by other objects or threads to receive notice of cancellation.

Return Value


The response from the ListLaunchPaths 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 Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5

See Also