Describe Provisioned Product
| servicecatalog_describe_provisioned_product | R Documentation |
Gets information about the specified provisioned product¶
Description¶
Gets information about the specified provisioned product.
Usage¶
Arguments¶
AcceptLanguageThe language code.
jp- Japanesezh- Chinese
IdThe provisioned product identifier. You must provide the name or ID, but not both.
If you do not provide a name or ID, or you provide both name and ID, an
InvalidParametersExceptionwill occur.NameThe name of the provisioned product. You must provide the name or ID, but not both.
If you do not provide a name or ID, or you provide both name and ID, an
InvalidParametersExceptionwill occur.
Value¶
A list with the following syntax:
list(
ProvisionedProductDetail = list(
Name = "string",
Arn = "string",
Type = "string",
Id = "string",
Status = "AVAILABLE"|"UNDER_CHANGE"|"TAINTED"|"ERROR"|"PLAN_IN_PROGRESS",
StatusMessage = "string",
CreatedTime = as.POSIXct(
"2015-01-01"
),
IdempotencyToken = "string",
LastRecordId = "string",
LastProvisioningRecordId = "string",
LastSuccessfulProvisioningRecordId = "string",
ProductId = "string",
ProvisioningArtifactId = "string",
LaunchRoleArn = "string"
),
CloudWatchDashboards = list(
list(
Name = "string"
)
)
)