Gets information about the specified product.
servicecatalog_describe_product_view(AcceptLanguage, Id)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
[required] The product view identifier.
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" ) ) )
svc$describe_product_view( AcceptLanguage = "string", Id = "string" )