Export Definition Args
data class ExportDefinitionArgs(val dataSet: Output<ExportDatasetArgs>? = null, val timePeriod: Output<ExportTimePeriodArgs>? = null, val timeframe: Output<Either<String, TimeframeType>>, val type: Output<Either<String, ExportType>>) : ConvertibleToJava<ExportDefinitionArgs>
The definition of an export.
Constructors
Link copied to clipboard
constructor(dataSet: Output<ExportDatasetArgs>? = null, timePeriod: Output<ExportTimePeriodArgs>? = null, timeframe: Output<Either<String, TimeframeType>>, type: Output<Either<String, ExportType>>)
Properties
Link copied to clipboard
The definition for data in the export.
Link copied to clipboard
The time frame for pulling data for the export. If custom, then a specific time period must be provided.
Link copied to clipboard
Has time period for pulling data for the export.
Link copied to clipboard
The type of the export. Note that 'Usage' is equivalent to 'ActualCost' and is applicable to exports that do not yet provide data for charges or amortization for service reservations.