Duration Args
data class DurationArgs(val nanos: Output<Int>? = null, val seconds: Output<String>? = null) : ConvertibleToJava<DurationArgs>
A Duration represents a fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution. It is independent of any calendar and concepts like "day" or "month". Range is approximately 10,000 years.