servicecatalog_update_portfolio {paws.management} | R Documentation |
Updates the specified portfolio
Description
Updates the specified portfolio.
See https://www.paws-r-sdk.com/docs/servicecatalog_update_portfolio/ for full documentation.
Usage
servicecatalog_update_portfolio(
AcceptLanguage = NULL,
Id,
DisplayName = NULL,
Description = NULL,
ProviderName = NULL,
AddTags = NULL,
RemoveTags = NULL
)
Arguments
AcceptLanguage |
The language code.
|
Id |
[required] The portfolio identifier. |
DisplayName |
The name to use for display purposes. |
Description |
The updated description of the portfolio. |
ProviderName |
The updated name of the portfolio provider. |
AddTags |
The tags to add. |
RemoveTags |
The tags to remove. |
[Package paws.management version 0.7.0 Index]