Backup Plan Args
fun BackupPlanArgs(backupConfig: Output<BackupConfigArgs>? = null, backupPlanId: Output<String>? = null, backupSchedule: Output<ScheduleArgs>? = null, cluster: Output<String>? = null, deactivated: Output<Boolean>? = null, description: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, project: Output<String>? = null, retentionPolicy: Output<RetentionPolicyArgs>? = null)