Get Cost Estimation
devopsguru_get_cost_estimation | R Documentation |
Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources¶
Description¶
Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources. For more information, see Estimate your Amazon DevOps Guru costs and Amazon DevOps Guru pricing.
Usage¶
Arguments¶
NextToken
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
Value¶
A list with the following syntax:
list(
ResourceCollection = list(
CloudFormation = list(
StackNames = list(
"string"
)
),
Tags = list(
list(
AppBoundaryKey = "string",
TagValues = list(
"string"
)
)
)
),
Status = "ONGOING"|"COMPLETED",
Costs = list(
list(
Type = "string",
State = "ACTIVE"|"INACTIVE",
Count = 123,
UnitCost = 123.0,
Cost = 123.0
)
),
TimeRange = list(
StartTime = as.POSIXct(
"2015-01-01"
),
EndTime = as.POSIXct(
"2015-01-01"
)
),
TotalCost = 123.0,
NextToken = "string"
)