paws.management (version 0.1.0)

servicecatalog_associate_product_with_portfolio: Associates the specified product with the specified portfolio

Description

Associates the specified product with the specified portfolio.

Usage

servicecatalog_associate_product_with_portfolio(AcceptLanguage,
  ProductId, PortfolioId, SourcePortfolioId)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

ProductId

[required] The product identifier.

PortfolioId

[required] The portfolio identifier.

SourcePortfolioId

The identifier of the source portfolio.

Request syntax

svc$associate_product_with_portfolio(
  AcceptLanguage = "string",
  ProductId = "string",
  PortfolioId = "string",
  SourcePortfolioId = "string"
)