Gets information about the specified portfolio.
A delegated admin is authorized to invoke this command.
servicecatalog_describe_portfolio(AcceptLanguage, Id)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
[required] The portfolio identifier.
A list with the following syntax:
list( PortfolioDetail = list( Id = "string", ARN = "string", DisplayName = "string", Description = "string", CreatedTime = as.POSIXct( "2015-01-01" ), ProviderName = "string" ), Tags = list( list( Key = "string", Value = "string" ) ), TagOptions = list( list( Key = "string", Value = "string", Active = TRUE|FALSE, Id = "string", Owner = "string" ) ), Budgets = list( list( BudgetName = "string" ) ) )
svc$describe_portfolio( AcceptLanguage = "string", Id = "string" )