Describe Product
servicecatalog_describe_product | R Documentation |
Gets information about the specified product¶
Description¶
Gets information about the specified product.
Running this operation with administrator access results in a failure.
describe_product_as_admin
should be used instead.
Usage¶
Arguments¶
AcceptLanguage
The language code.
jp
- Japanesezh
- Chinese
Id
The product identifier.
Name
The product name.
Value¶
A list with the following syntax:
list(
ProductViewSummary = list(
Id = "string",
ProductId = "string",
Name = "string",
Owner = "string",
ShortDescription = "string",
Type = "CLOUD_FORMATION_TEMPLATE"|"MARKETPLACE"|"TERRAFORM_OPEN_SOURCE"|"TERRAFORM_CLOUD"|"EXTERNAL",
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"
)
)
)