Volume Snapshot Policy Monthly Schedule Args
data class VolumeSnapshotPolicyMonthlyScheduleArgs(val daysOfMonth: Output<String>? = null, val hour: Output<Int>? = null, val minute: Output<Int>? = null, val snapshotsToKeep: Output<Int>) : ConvertibleToJava<VolumeSnapshotPolicyMonthlyScheduleArgs>