Package-level declarations

Types

Link copied to clipboard
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>
Link copied to clipboard
data class BackupPlanBackupConfigEncryptionKeyArgs(val gcpKmsEncryptionKey: Output<String>) : ConvertibleToJava<BackupPlanBackupConfigEncryptionKeyArgs>
data class BackupPlanBackupConfigSelectedApplicationsArgs(val namespacedNames: Output<List<BackupPlanBackupConfigSelectedApplicationsNamespacedNameArgs>>) : ConvertibleToJava<BackupPlanBackupConfigSelectedApplicationsArgs>
data class BackupPlanBackupConfigSelectedApplicationsNamespacedNameArgs(val name: Output<String>, val namespace: Output<String>) : ConvertibleToJava<BackupPlanBackupConfigSelectedApplicationsNamespacedNameArgs>
data class BackupPlanBackupConfigSelectedNamespacesArgs(val namespaces: Output<List<String>>) : ConvertibleToJava<BackupPlanBackupConfigSelectedNamespacesArgs>
Link copied to clipboard
data class BackupPlanBackupScheduleArgs(val cronSchedule: Output<String>? = null, val paused: Output<Boolean>? = null) : ConvertibleToJava<BackupPlanBackupScheduleArgs>
Link copied to clipboard
data class BackupPlanIamBindingConditionArgs(val description: Output<String>? = null, val expression: Output<String>, val title: Output<String>) : ConvertibleToJava<BackupPlanIamBindingConditionArgs>
Link copied to clipboard
data class BackupPlanIamMemberConditionArgs(val description: Output<String>? = null, val expression: Output<String>, val title: Output<String>) : ConvertibleToJava<BackupPlanIamMemberConditionArgs>
Link copied to clipboard
data class BackupPlanRetentionPolicyArgs(val backupDeleteLockDays: Output<Int>? = null, val backupRetainDays: Output<Int>? = null, val locked: Output<Boolean>? = null) : ConvertibleToJava<BackupPlanRetentionPolicyArgs>