GCPolicyMaxAgeArgs

data class GCPolicyMaxAgeArgs(val days: Output<Int>? = null, val duration: Output<String>? = null) : ConvertibleToJava<GCPolicyMaxAgeArgs>

Constructors

Link copied to clipboard
constructor(days: Output<Int>? = null, duration: Output<String>? = null)

Properties

Link copied to clipboard
val days: Output<Int>? = null

Number of days before applying GC policy.

Link copied to clipboard
val duration: Output<String>? = null

Duration before applying GC policy (ex. "8h"). This is required when days isn't set

-----

Functions

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