paws.management (version 0.1.0)

servicecatalog_accept_portfolio_share: Accepts an offer to share the specified portfolio

Description

Accepts an offer to share the specified portfolio.

Usage

servicecatalog_accept_portfolio_share(AcceptLanguage, PortfolioId,
  PortfolioShareType)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

PortfolioId

[required] The portfolio identifier.

PortfolioShareType

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

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

  • IMPORTED - Accept imported portfolios.

  • AWS_SERVICECATALOG - Not supported. (Throws ResourceNotFoundException.)

For example, aws servicecatalog accept-portfolio-share --portfolio-id "port-2qwzkwxt3y5fk" --portfolio-share-type AWS_ORGANIZATIONS

Request syntax

svc$accept_portfolio_share(
  AcceptLanguage = "string",
  PortfolioId = "string",
  PortfolioShareType = "IMPORTED"|"AWS_SERVICECATALOG"|"AWS_ORGANIZATIONS"
)