Creates a portfolio.
servicecatalog_create_portfolio(AcceptLanguage, DisplayName,
Description, ProviderName, Tags, IdempotencyToken)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
[required] The name to use for display purposes.
The description of the portfolio.
[required] The name of the portfolio provider.
One or more tags.
[required] A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.
svc$create_portfolio( AcceptLanguage = "string", DisplayName = "string", Description = "string", ProviderName = "string", Tags = list( list( Key = "string", Value = "string" ) ), IdempotencyToken = "string" )
A delegated admin is authorized to invoke this command.