Start Cost Estimation
devopsguru_start_cost_estimation | R Documentation |
Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services resources¶
Description¶
Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services resources.
Usage¶
devopsguru_start_cost_estimation(ResourceCollection, ClientToken)
Arguments¶
ResourceCollection |
[required] The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate. |
ClientToken |
The idempotency token used to identify each cost estimate request. |
Value¶
An empty list.
Request syntax¶
svc$start_cost_estimation(
ResourceCollection = list(
CloudFormation = list(
StackNames = list(
"string"
)
),
Tags = list(
list(
AppBoundaryKey = "string",
TagValues = list(
"string"
)
)
)
),
ClientToken = "string"
)