servicecatalog_accept_portfolio_share: Accepts an offer to share the specified portfolio

View source: R/servicecatalog_operations.R

servicecatalog_accept_portfolio_shareR Documentation

Accepts an offer to share the specified portfolio

Description

Accepts an offer to share the specified portfolio.

See https://www.paws-r-sdk.com/docs/servicecatalog_accept_portfolio_share/ for full documentation.

Usage

servicecatalog_accept_portfolio_share(
  AcceptLanguage = NULL,
  PortfolioId,
  PortfolioShareType = NULL
)

Arguments

AcceptLanguage

The language code.

  • 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 management 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⁠


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.