servicecatalog_update_portfolio_share: Updates the specified portfolio share

View source: R/servicecatalog_operations.R

servicecatalog_update_portfolio_shareR Documentation

Updates the specified portfolio share

Description

Updates the specified portfolio share. You can use this API to enable or disable TagOptions sharing or Principal sharing for an existing portfolio share.

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

Usage

servicecatalog_update_portfolio_share(
  AcceptLanguage = NULL,
  PortfolioId,
  AccountId = NULL,
  OrganizationNode = NULL,
  ShareTagOptions = NULL,
  SharePrincipals = NULL
)

Arguments

AcceptLanguage

The language code.

  • jp - Japanese

  • zh - Chinese

PortfolioId

[required] The unique identifier of the portfolio for which the share will be updated.

AccountId

The Amazon Web Services account Id of the recipient account. This field is required when updating an external account to account type share.

OrganizationNode
ShareTagOptions

Enables or disables TagOptions sharing for the portfolio share. If this field is not provided, the current state of TagOptions sharing on the portfolio share will not be modified.

SharePrincipals

A flag to enables or disables Principals sharing in the portfolio. If this field is not provided, the current state of the Principals sharing on the portfolio share will not be modified.


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