timePeriod
construct an aws.sdk.kotlin.services.costexplorer.model.DateInterval inside the given block
The start and end dates of the period that you want to retrieve usage forecast for. The start date is included in the period, but the end date isn't included in the period. For example, if start
is 2017-01-01
and end
is 2017-05-01
, then the cost and usage data is retrieved from 2017-01-01
up to and including 2017-04-30
but not including 2017-05-01
. The start date must be equal to or later than the current date to avoid a validation error.