ClusterArgs

constructor(administratorLoginPassword: Output<String>? = null, citusVersion: Output<String>? = null, clusterName: Output<String>? = null, coordinatorEnablePublicIpAccess: Output<Boolean>? = null, coordinatorServerEdition: Output<String>? = null, coordinatorStorageQuotaInMb: Output<Int>? = null, coordinatorVCores: Output<Int>? = null, enableHa: Output<Boolean>? = null, enableShardsOnCoordinator: Output<Boolean>? = null, location: Output<String>? = null, maintenanceWindow: Output<MaintenanceWindowArgs>? = null, nodeCount: Output<Int>? = null, nodeEnablePublicIpAccess: Output<Boolean>? = null, nodeServerEdition: Output<String>? = null, nodeStorageQuotaInMb: Output<Int>? = null, nodeVCores: Output<Int>? = null, pointInTimeUTC: Output<String>? = null, postgresqlVersion: Output<String>? = null, preferredPrimaryZone: Output<String>? = null, resourceGroupName: Output<String>? = null, sourceLocation: Output<String>? = null, sourceResourceId: Output<String>? = null, tags: Output<Map<String, String>>? = null)