Gets information about the specified product.
servicecatalog_describe_product(AcceptLanguage, Id, Name)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
The product identifier.
The product name.
A list with the following syntax:
list( ProductViewSummary = list( Id = "string", ProductId = "string", Name = "string", Owner = "string", ShortDescription = "string", Type = "CLOUD_FORMATION_TEMPLATE"|"MARKETPLACE", Distributor = "string", HasDefaultPath = TRUE|FALSE, SupportEmail = "string", SupportDescription = "string", SupportUrl = "string" ), ProvisioningArtifacts = list( list( Id = "string", Name = "string", Description = "string", CreatedTime = as.POSIXct( "2015-01-01" ), Guidance = "DEFAULT"|"DEPRECATED" ) ), Budgets = list( list( BudgetName = "string" ) ), LaunchPaths = list( list( Id = "string", Name = "string" ) ) )
svc$describe_product( AcceptLanguage = "string", Id = "string", Name = "string" )