paws.management (version 0.1.0)

servicecatalog_list_accepted_portfolio_shares: Lists all portfolios for which sharing was accepted by this account

Description

Lists all portfolios for which sharing was accepted by this account.

Usage

servicecatalog_list_accepted_portfolio_shares(AcceptLanguage, PageToken,
  PageSize, PortfolioShareType)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

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.

PortfolioShareType

The type of shared portfolios to list. The default is to list imported portfolios.

  • AWS_ORGANIZATIONS - List portfolios shared by the master account of your organization

  • AWS_SERVICECATALOG - List default portfolios

  • IMPORTED - List imported portfolios

Request syntax

svc$list_accepted_portfolio_shares(
  AcceptLanguage = "string",
  PageToken = "string",
  PageSize = 123,
  PortfolioShareType = "IMPORTED"|"AWS_SERVICECATALOG"|"AWS_ORGANIZATIONS"
)