DateAfterCreationArgs

data class DateAfterCreationArgs(val daysAfterCreationGreaterThan: Output<Double>) : ConvertibleToJava<DateAfterCreationArgs>

Object to define the number of days after creation.

Constructors

Link copied to clipboard
constructor(daysAfterCreationGreaterThan: Output<Double>)

Properties

Link copied to clipboard

Value indicating the age in days after creation

Functions

Link copied to clipboard
open override fun toJava(): DateAfterCreationArgs