Backup Plan Backup Config Args
data class BackupPlanBackupConfigArgs(val allNamespaces: Output<Boolean>? = null, val encryptionKey: Output<BackupPlanBackupConfigEncryptionKeyArgs>? = null, val includeSecrets: Output<Boolean>? = null, val includeVolumeData: Output<Boolean>? = null, val selectedApplications: Output<BackupPlanBackupConfigSelectedApplicationsArgs>? = null, val selectedNamespaces: Output<BackupPlanBackupConfigSelectedNamespacesArgs>? = null) : ConvertibleToJava<BackupPlanBackupConfigArgs>
Constructors
Link copied to clipboard
fun BackupPlanBackupConfigArgs(allNamespaces: Output<Boolean>? = null, encryptionKey: Output<BackupPlanBackupConfigEncryptionKeyArgs>? = null, includeSecrets: Output<Boolean>? = null, includeVolumeData: Output<Boolean>? = null, selectedApplications: Output<BackupPlanBackupConfigSelectedApplicationsArgs>? = null, selectedNamespaces: Output<BackupPlanBackupConfigSelectedNamespacesArgs>? = null)