BackupPolicyArgs

constructor(dailyBackupLimit: Output<Int>? = null, description: Output<String>? = null, enabled: Output<Boolean>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, monthlyBackupLimit: Output<Int>? = null, name: Output<String>? = null, project: Output<String>? = null, weeklyBackupLimit: Output<Int>? = null)