Kubernetes Cluster Backup Datasource Parameters Args
constructor(backupHookReferences: Output<List<NamespacedNameResourceArgs>>? = null, excludedNamespaces: Output<List<String>>? = null, excludedResourceTypes: Output<List<String>>? = null, includeClusterScopeResources: Output<Boolean>, includedNamespaces: Output<List<String>>? = null, includedResourceTypes: Output<List<String>>? = null, includedVolumeTypes: Output<List<Either<String, AKSVolumeTypes>>>? = null, labelSelectors: Output<List<String>>? = null, objectType: Output<String>, snapshotVolumes: Output<Boolean>)