Updates the specified portfolio share
Source:R/servicecatalog_operations.R
servicecatalog_update_portfolio_share.RdUpdates 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- Japanesezh- 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
Information about the organization node.
Enables or disables
TagOptionssharing 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
Principalssharing in the portfolio. If this field is not provided, the current state of thePrincipalssharing on the portfolio share will not be modified.