Retention Duration Args
data class RetentionDurationArgs(val count: Output<Int>? = null, val durationType: Output<Either<String, RetentionDurationType>>? = null) : ConvertibleToJava<RetentionDurationArgs>
Retention duration.
Constructors
Link copied to clipboard
constructor(count: Output<Int>? = null, durationType: Output<Either<String, RetentionDurationType>>? = null)