Cluster Args
constructor(authorizationMode: Output<String>? = null, automatedBackupConfig: Output<ClusterAutomatedBackupConfigArgs>? = null, crossClusterReplicationConfig: Output<ClusterCrossClusterReplicationConfigArgs>? = null, deletionProtectionEnabled: Output<Boolean>? = null, gcsSource: Output<ClusterGcsSourceArgs>? = null, kmsKey: Output<String>? = null, maintenancePolicy: Output<ClusterMaintenancePolicyArgs>? = null, managedBackupSource: Output<ClusterManagedBackupSourceArgs>? = null, name: Output<String>? = null, nodeType: Output<String>? = null, persistenceConfig: Output<ClusterPersistenceConfigArgs>? = null, project: Output<String>? = null, pscConfigs: Output<List<ClusterPscConfigArgs>>? = null, redisConfigs: Output<Map<String, String>>? = null, region: Output<String>? = null, replicaCount: Output<Int>? = null, shardCount: Output<Int>? = null, transitEncryptionMode: Output<String>? = null, zoneDistributionConfig: Output<ClusterZoneDistributionConfigArgs>? = null)