Management Policy Snap Shot Args
data class ManagementPolicySnapShotArgs(val delete: Output<DateAfterCreationArgs>? = null, val tierToArchive: Output<DateAfterCreationArgs>? = null, val tierToCool: Output<DateAfterCreationArgs>? = null) : ConvertibleToJava<ManagementPolicySnapShotArgs>
Management policy action for snapshot.
Constructors
Link copied to clipboard
fun ManagementPolicySnapShotArgs(delete: Output<DateAfterCreationArgs>? = null, tierToArchive: Output<DateAfterCreationArgs>? = null, tierToCool: Output<DateAfterCreationArgs>? = null)