servicecatalog_delete_portfolio_share {paws.management} | R Documentation |
Stops sharing the specified portfolio with the specified account or organization node
Description
Stops sharing the specified portfolio with the specified account or organization node. Shares to an organization node can only be deleted by the management account of an organization or by a delegated administrator.
See https://www.paws-r-sdk.com/docs/servicecatalog_delete_portfolio_share/ for full documentation.
Usage
servicecatalog_delete_portfolio_share(
AcceptLanguage = NULL,
PortfolioId,
AccountId = NULL,
OrganizationNode = NULL
)
Arguments
AcceptLanguage |
The language code.
|
PortfolioId |
[required] The portfolio identifier. |
AccountId |
The Amazon Web Services account ID. |
OrganizationNode |
The organization node to whom you are going to stop sharing. |
[Package paws.management version 0.7.0 Index]