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¶
AcceptLanguage
The language code.
jp
- Japanesezh
- Chinese
Id
The 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
InvalidParametersException
will occur.Name
The 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
InvalidParametersException
will 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"
)
)
)