paws.management (version 0.1.0)

servicecatalog_list_portfolios_for_product: Lists all portfolios that the specified product is associated with

Description

Lists all portfolios that the specified product is associated with.

Usage

servicecatalog_list_portfolios_for_product(AcceptLanguage, ProductId,
  PageToken, PageSize)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

ProductId

[required] The product identifier.

PageToken

The page token for the next set of results. To retrieve the first set of results, use null.

PageSize

The maximum number of items to return with this call.

Request syntax

svc$list_portfolios_for_product(
  AcceptLanguage = "string",
  ProductId = "string",
  PageToken = "string",
  PageSize = 123
)