Backup Config Args
data class BackupConfigArgs(val allNamespaces: Output<Boolean>? = null, val encryptionKey: Output<EncryptionKeyArgs>? = null, val includeSecrets: Output<Boolean>? = null, val includeVolumeData: Output<Boolean>? = null, val selectedApplications: Output<NamespacedNamesArgs>? = null, val selectedNamespaces: Output<NamespacesArgs>? = null) : ConvertibleToJava<BackupConfigArgs>
BackupConfig defines the configuration of Backups created via this BackupPlan.
Constructors
Link copied to clipboard
fun BackupConfigArgs(allNamespaces: Output<Boolean>? = null, encryptionKey: Output<EncryptionKeyArgs>? = null, includeSecrets: Output<Boolean>? = null, includeVolumeData: Output<Boolean>? = null, selectedApplications: Output<NamespacedNamesArgs>? = null, selectedNamespaces: Output<NamespacesArgs>? = null)