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¶
servicecatalog_describe_provisioned_product(AcceptLanguage, Id, Name)
Arguments¶
AcceptLanguage |
The language code.
|
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 |
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 |
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"
)
)
)
Request syntax¶
svc$describe_provisioned_product(
AcceptLanguage = "string",
Id = "string",
Name = "string"
)