Postgresql Cluster Args
constructor(administratorLoginPassword: Output<String>? = null, citusVersion: Output<String>? = null, coordinatorPublicIpAccessEnabled: Output<Boolean>? = null, coordinatorServerEdition: Output<String>? = null, coordinatorStorageQuotaInMb: Output<Int>? = null, coordinatorVcoreCount: Output<Int>? = null, haEnabled: Output<Boolean>? = null, location: Output<String>? = null, maintenanceWindow: Output<PostgresqlClusterMaintenanceWindowArgs>? = null, name: Output<String>? = null, nodeCount: Output<Int>? = null, nodePublicIpAccessEnabled: Output<Boolean>? = null, nodeServerEdition: Output<String>? = null, nodeStorageQuotaInMb: Output<Int>? = null, nodeVcores: Output<Int>? = null, pointInTimeInUtc: Output<String>? = null, preferredPrimaryZone: Output<String>? = null, resourceGroupName: Output<String>? = null, shardsOnCoordinatorEnabled: Output<Boolean>? = null, sourceLocation: Output<String>? = null, sourceResourceId: Output<String>? = null, sqlVersion: Output<String>? = null, tags: Output<Map<String, String>>? = null)