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.
servicecatalog_update_portfolio_share(
AcceptLanguage = NULL,
PortfolioId,
AccountId = NULL,
OrganizationNode = NULL,
ShareTagOptions = NULL,
SharePrincipals = NULL
)
The language code.
jp
- Japanese
zh
- Chinese
[required] The unique identifier of the portfolio for which the share will be updated.
The Amazon Web Services account Id of the recipient account. This field is required when updating an external account to account type share.
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.
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.